diff --git a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c index 12505dd1ca..32a0ec8b48 100644 --- a/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c +++ b/subprojects/gst-plugins-base/gst/playback/gstdecodebin3.c @@ -3057,6 +3057,9 @@ reconfigure_output_stream (DecodebinOutputStream * output, ret = FALSE; goto cleanup; } + + output->linked = TRUE; + if (output->src_exposed == FALSE) { GstEvent *stream_start;