Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h369 GstFlowReturn (*stream_advance_fragment) (GstAdaptiveDemuxStream * stream); member
Dgstadaptivedemux.c4712 g_return_val_if_fail (klass->stream_advance_fragment != NULL, GST_FLOW_ERROR); in gst_adaptive_demux_stream_advance_fragment_unlocked()
4763 ret = klass->stream_advance_fragment (stream); in gst_adaptive_demux_stream_advance_fragment_unlocked()
4766 ret = klass->stream_advance_fragment (stream); in gst_adaptive_demux_stream_advance_fragment_unlocked()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c195 gstadaptivedemux_class->stream_advance_fragment = in gst_mss_demux_class_init()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c219 adaptivedemux_class->stream_advance_fragment = gst_hls_demux_advance_fragment; in gst_hls_demux_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c634 gstadaptivedemux_class->stream_advance_fragment = in gst_dash_demux_class_init()