Home
last modified time | relevance | path

Searched refs:edts (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c372 atom_edts_init (AtomEDTS * edts) in atom_edts_init() argument
374 atom_header_set (&edts->header, FOURCC_edts, 0, 0); in atom_edts_init()
375 atom_elst_init (&edts->elst); in atom_edts_init()
379 atom_edts_clear (AtomEDTS * edts) in atom_edts_clear() argument
381 atom_clear (&edts->header); in atom_edts_clear()
382 atom_elst_clear (&edts->elst); in atom_edts_clear()
388 AtomEDTS *edts = g_new0 (AtomEDTS, 1); in atom_edts_new() local
389 atom_edts_init (edts); in atom_edts_new()
390 return edts; in atom_edts_new()
394 atom_edts_free (AtomEDTS * edts) in atom_edts_free() argument
[all …]
Datoms.h744 AtomEDTS *edts; member
Dgstqtmux.c4186 if (qpad->trak->edts in gst_qt_mux_stop_file()
4187 && g_slist_length (qpad->trak->edts->elst.entries) > 1) { in gst_qt_mux_stop_file()
Dqtdemux.c10161 GNode *edts; in qtdemux_parse_segments() local
10171 if ((edts = qtdemux_tree_get_child_by_type (trak, FOURCC_edts))) { in qtdemux_parse_segments()
10182 if (!(elst = qtdemux_tree_get_child_by_type (edts, FOURCC_elst))) in qtdemux_parse_segments()
/third_party/gstreamer/gstplugins_good/
DChangeLog19180 qtdemux: offset edts segments by the min timestamp of the stream
32601 qtdemux: improve edts segment handling after seeks in push mode
32602 Properly handle edts segments for push-based operation seeking.
32603 We only support edts that a single segment that has media at the end,
37046 It would be unusual to have the header segment with an 'edts' atom
41257 qtdemux: accumulate previous edts entries into segment.base
41258 Allows playing edts editted files with proper synchronization of
41263 allows handling both segment seeks and edts editted files.
87989 now handle this by adding an empty edts entry with the
/third_party/gstreamer/gstplugins_bad/
DChangeLog188288 now handle this by adding an empty edts entry with the