From 0ee882cfb93a033d9ad426c6d3dc60eaba893bfe Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 4 Jan 2025 09:59:55 +0100 Subject: [PATCH] adaptivedemux2: Add missing break Part-of: --- .../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 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: {