queue: Add missing break in switch
authorSebastian Dröge <sebastian@centricular.com>
Thu, 2 Oct 2014 11:55:22 +0000 (14:55 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Oct 2014 11:55:22 +0000 (14:55 +0300)
plugins/elements/gstqueue.c

index f9ba957..4addd19 100644 (file)
@@ -707,6 +707,7 @@ gst_queue_locked_enqueue_event (GstQueue * queue, gpointer item)
       /* a new segment allows us to accept more buffers if we got EOS
        * from downstream */
       queue->unexpected = FALSE;
+      break;
     case GST_EVENT_GAP:
       apply_gap (queue, event, &queue->sink_segment, TRUE);
       break;