diff --git a/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c b/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c index 4f085117ca..40b4706cfb 100644 --- a/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c +++ b/subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c @@ -2747,6 +2747,7 @@ gst_adaptive_demux_query (GstElement * element, GstQuery * query) "No period setup yet, but still answering buffering query"); return TRUE; } + break; } case GST_QUERY_SEEKING: {