Searched refs:process_manifest (Results 1 – 6 of 6) sorted by relevance
273 gboolean (*process_manifest) (GstAdaptiveDemux * demux, GstBuffer * manifest); member
937 if (!demux_class->process_manifest (demux, manifest_buffer)) { in gst_adaptive_demux_sink_event()
187 gstadaptivedemux_class->process_manifest = gst_mss_demux_process_manifest; in gst_mss_demux_class_init()
182 adaptivedemux_class->process_manifest = gst_hls_demux_process_manifest; in gst_hls_demux_class_init()
624 gstadaptivedemux_class->process_manifest = gst_dash_demux_process_manifest; in gst_dash_demux_class_init()
93099 Revert "hlsdemux: Simplify logic in process_manifest"94268 hlsdemux: Simplify logic in process_manifest94269 Simplify logic in process_manifest and remove a TODO item.