queue: Add missing break in switch

This commit is contained in:
Sebastian Dröge 2014-10-02 14:55:22 +03:00
parent 594e2f0668
commit 917e4cd985

View 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;