Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h445 GstFlowReturn (*finish_fragment) (GstAdaptiveDemux * demux, GstAdaptiveDemuxStream * stream); member
Dgstadaptivedemux.c655 klass->finish_fragment = gst_adaptive_demux_stream_finish_fragment_default; in gst_adaptive_demux_class_init()
3170 ret = klass->finish_fragment (demux, stream); in _src_chain()
3240 ret = klass->finish_fragment (stream->demux, stream); in gst_adaptive_demux_eos_handling()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c226 adaptivedemux_class->finish_fragment = gst_hls_demux_finish_fragment; in gst_hls_demux_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c652 gstadaptivedemux_class->finish_fragment = in gst_dash_demux_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog61904 At this moment, SIDX index is excat target position, but finish_fragment()
88084 finish_fragment we need to add it.
95905 and using it from the data_received and finish_fragment functions.