Home
last modified time | relevance | path

Searched refs:previous_variant (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c565 GstHLSVariantStream *previous = hlsdemux->previous_variant; in new_variant_is_compatible()
624 if (hlsdemux->streams_aware && hlsdemux->previous_variant && in gst_hls_demux_setup_streams()
632 hlsdemux->previous_variant->m3u8); in gst_hls_demux_setup_streams()
644 gst_hls_variant_find_matching_media (hlsdemux->previous_variant, in gst_hls_demux_setup_streams()
768 if (hlsdemux->previous_variant) in gst_hls_demux_set_current_variant()
769 gst_hls_variant_stream_unref (hlsdemux->previous_variant); in gst_hls_demux_set_current_variant()
771 hlsdemux->previous_variant = hlsdemux->current_variant; in gst_hls_demux_set_current_variant()
1409 if (demux->previous_variant != NULL) { in gst_hls_demux_reset()
1410 gst_hls_variant_stream_unref (demux->previous_variant); in gst_hls_demux_reset()
1411 demux->previous_variant = NULL; in gst_hls_demux_reset()
[all …]
Dgsthlsdemux.h158 GstHLSVariantStream *previous_variant; member