From 2e6b98ad89e53309c7fd6d7954f682f441bd21ae Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 4 Jan 2025 10:03:12 +0100 Subject: [PATCH] splitmuxsrc: Add missing break This would cause the reconfigure path to be called Part-of: --- subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c b/subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c index 8d9a162eeb..1ca8317684 100644 --- a/subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c +++ b/subprojects/gst-plugins-good/gst/multifile/gstsplitmuxsrc.c @@ -1785,6 +1785,7 @@ splitmux_src_pad_event (GstPad * pad, GstObject * parent, GstEvent * event) ret = gst_splitmux_src_activate_part (splitmux, i, flags); SPLITMUX_SRC_UNLOCK (splitmux); + break; } case GST_EVENT_RECONFIGURE:{ GST_DEBUG_OBJECT (splitmux, "reconfigure event on pad %" GST_PTR_FORMAT,