Searched refs:traks (Results 1 – 5 of 5) sorted by relevance
1504 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() local3422 while (traks) { in atom_moov_update_duration()3423 AtomTRAK *trak = (AtomTRAK *) traks->data; in atom_moov_update_duration()[all …]
165 atoms_recov_write_traks_number (FILE * f, guint32 traks) in atoms_recov_write_traks_number() argument168 GST_WRITE_UINT32_BE (data, traks); in atoms_recov_write_traks_number()462 guint8 traks[4]; in moov_recov_parse_num_traks() local463 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()
307 for (it = moov->traks; it != NULL; it = g_list_next (it)) { in gst_qt_mux_map_check_tracks()
866 GList *traks; member
7450 It generally makes not much sense to configure it for all pads/traks at26450 1) initial moov is parsed, traks as well, streams are created. The92973 Some traks might contain a redirect rtsp uri inside92975 post a message when it finds one of these traks and there are92976 no other traks.