Searched refs:has_next_period (Results 1 – 4 of 4) sorted by relevance
356 gboolean (*has_next_period) (GstAdaptiveDemux * demux); member
4982 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()
630 gstadaptivedemux_class->has_next_period = gst_dash_demux_has_next_period; in gst_dash_demux_class_init()
86009 dashdemux: fixed has_next_period