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.c1541 moov->traks = NULL; in atom_moov_init()
1584 walker = moov->traks; in atom_moov_free()
1589 g_list_free (moov->traks); in atom_moov_free()
1590 moov->traks = NULL; in atom_moov_free()
3129 walker = g_list_first (atom->traks); in atom_moov_copy_data()
3401 moov->traks = g_list_append (moov->traks, trak); in atom_moov_add_trak()
3409 return g_list_length (moov->traks); in atom_moov_get_trak_count()
3492 GList *traks = moov->traks; in atom_moov_update_duration() local
3495 while (traks) { in atom_moov_update_duration()
3496 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.h880 GList *traks; member
/third_party/gstreamer/gstplugins_good/
DChangeLog21550 It generally makes not much sense to configure it for all pads/traks at
40550 1) initial moov is parsed, traks as well, streams are created. The
107073 Some traks might contain a redirect rtsp uri inside
107075 post a message when it finds one of these traks and there are
107076 no other traks.