adder: add a missing break
authorStefan Sauer <ensonic@users.sf.net>
Mon, 11 Mar 2013 21:46:45 +0000 (22:46 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 11 Mar 2013 21:46:45 +0000 (22:46 +0100)
gst/adder/gstadder.c

index 59dabbe..91af836 100644 (file)
@@ -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 */