Home
last modified time | relevance | path

Searched refs:has_next_period (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h356 gboolean (*has_next_period) (GstAdaptiveDemux * demux); member
Dgstadaptivedemux.c4982 if (klass->has_next_period) in gst_adaptive_demux_has_next_period()
4983 ret = klass->has_next_period (demux); in gst_adaptive_demux_has_next_period()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c630 gstadaptivedemux_class->has_next_period = gst_dash_demux_has_next_period; in gst_dash_demux_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog86009 dashdemux: fixed has_next_period