diff --git a/gst-libs/gst/audio/gstaudiodecoder.c b/gst-libs/gst/audio/gstaudiodecoder.c index c057708622..791004e595 100644 --- a/gst-libs/gst/audio/gstaudiodecoder.c +++ b/gst-libs/gst/audio/gstaudiodecoder.c @@ -1774,8 +1774,10 @@ gst_audio_decoder_sink_eventfunc (GstAudioDecoder * dec, GstEvent * event) gst_event_unref (event); event = NULL; ret = TRUE; + break; } - break; + + /* fall through */ } default: if (!GST_EVENT_IS_SERIALIZED (event)) {