From e68baffcd9b0ff860515e0aa86dfc1479b489bd4 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 26 Oct 2022 07:04:32 +0200 Subject: [PATCH] adaptivedemux2: Notify that we are streams-aware Part-of: --- subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c b/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c index b465ac3..09385d7 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c @@ -549,6 +549,7 @@ gst_adaptive_demux_init (GstAdaptiveDemux * demux, gst_segment_init (&demux->segment, GST_FORMAT_TIME); demux->instant_rate_multiplier = 1.0; + GST_OBJECT_FLAG_SET (demux, GST_BIN_FLAG_STREAMS_AWARE); gst_bin_set_suppressed_flags (GST_BIN_CAST (demux), GST_ELEMENT_FLAG_SOURCE | GST_ELEMENT_FLAG_SINK); -- 2.7.4