From 8f1524a592e5b281af4219e8088b05cd81071be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Maillart?= Date: Thu, 6 Jul 2023 18:08:57 +0200 Subject: [PATCH] inputselector: fix playing variable is never set Part-of: --- subprojects/gstreamer/plugins/elements/gstinputselector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/gstreamer/plugins/elements/gstinputselector.c b/subprojects/gstreamer/plugins/elements/gstinputselector.c index d4a0632cf2..510224a37b 100644 --- a/subprojects/gstreamer/plugins/elements/gstinputselector.c +++ b/subprojects/gstreamer/plugins/elements/gstinputselector.c @@ -2041,6 +2041,7 @@ gst_input_selector_change_state (GstElement * element, self->playing = TRUE; GST_INPUT_SELECTOR_BROADCAST (self); GST_INPUT_SELECTOR_UNLOCK (self); + break; } case GST_STATE_CHANGE_PLAYING_TO_PAUSED:{ GList *walk;