From: Stefan Sauer Date: Mon, 11 Mar 2013 21:46:45 +0000 (+0100) Subject: adder: add a missing break X-Git-Tag: 1.19.3~511^2~5543 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60ccc2f17f1ddcf79f7f1fd8751788937579eb04;p=platform%2Fupstream%2Fgstreamer.git adder: add a missing break --- diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index 59dabbe..91af836 100644 --- a/gst/adder/gstadder.c +++ b/gst/adder/gstadder.c @@ -815,6 +815,7 @@ gst_adder_sink_event (GstCollectPads * pads, GstCollectData * pad, res = gst_adder_setcaps (adder, pad->pad, caps); gst_event_unref (event); event = NULL; + break; } case GST_EVENT_FLUSH_START: /* ensure that we will send a flush stop */