Searched refs:traks (Results 1 – 5 of 5) sorted by relevance
1541 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() local3495 while (traks) { in atom_moov_update_duration()3496 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()
880 GList *traks; member
21550 It generally makes not much sense to configure it for all pads/traks at40550 1) initial moov is parsed, traks as well, streams are created. The107073 Some traks might contain a redirect rtsp uri inside107075 post a message when it finds one of these traks and there are107076 no other traks.