Home
last modified time | relevance | path

Searched refs:traks (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1504 moov->traks = NULL; in atom_moov_init()
1547 walker = moov->traks; in atom_moov_free()
1552 g_list_free (moov->traks); in atom_moov_free()
1553 moov->traks = NULL; in atom_moov_free()
3058 walker = g_list_first (atom->traks); in atom_moov_copy_data()
3328 moov->traks = g_list_append (moov->traks, trak); in atom_moov_add_trak()
3336 return g_list_length (moov->traks); in atom_moov_get_trak_count()
3419 GList *traks = moov->traks; in atom_moov_update_duration() local
3422 while (traks) { in atom_moov_update_duration()
3423 AtomTRAK *trak = (AtomTRAK *) traks->data; in atom_moov_update_duration()
[all …]
Datomsrecovery.c165 atoms_recov_write_traks_number (FILE * f, guint32 traks) in atoms_recov_write_traks_number() argument
168 GST_WRITE_UINT32_BE (data, traks); in atoms_recov_write_traks_number()
462 guint8 traks[4]; in moov_recov_parse_num_traks() local
463 if (fread (traks, 1, 4, moovrf->file) != 4) in moov_recov_parse_num_traks()
465 moovrf->num_traks = GST_READ_UINT32_BE (traks); in moov_recov_parse_num_traks()
Dgstqtmuxmap.c307 for (it = moov->traks; it != NULL; it = g_list_next (it)) { in gst_qt_mux_map_check_tracks()
Datoms.h866 GList *traks; member
/third_party/gstreamer/gstplugins_good/
DChangeLog7450 It generally makes not much sense to configure it for all pads/traks at
26450 1) initial moov is parsed, traks as well, streams are created. The
92973 Some traks might contain a redirect rtsp uri inside
92975 post a message when it finds one of these traks and there are
92976 no other traks.