Home
last modified time | relevance | path

Searched refs:process_manifest (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h273 gboolean (*process_manifest) (GstAdaptiveDemux * demux, GstBuffer * manifest); member
Dgstadaptivedemux.c937 if (!demux_class->process_manifest (demux, manifest_buffer)) { in gst_adaptive_demux_sink_event()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c187 gstadaptivedemux_class->process_manifest = gst_mss_demux_process_manifest; in gst_mss_demux_class_init()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c182 adaptivedemux_class->process_manifest = gst_hls_demux_process_manifest; in gst_hls_demux_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c624 gstadaptivedemux_class->process_manifest = gst_dash_demux_process_manifest; in gst_dash_demux_class_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog93099 Revert "hlsdemux: Simplify logic in process_manifest"
94268 hlsdemux: Simplify logic in process_manifest
94269 Simplify logic in process_manifest and remove a TODO item.