mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
queue: Add missing break in switch
This commit is contained in:
parent
594e2f0668
commit
917e4cd985
1 changed files with 1 additions and 0 deletions
|
@ -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
|
/* a new segment allows us to accept more buffers if we got EOS
|
||||||
* from downstream */
|
* from downstream */
|
||||||
queue->unexpected = FALSE;
|
queue->unexpected = FALSE;
|
||||||
|
break;
|
||||||
case GST_EVENT_GAP:
|
case GST_EVENT_GAP:
|
||||||
apply_gap (queue, event, &queue->sink_segment, TRUE);
|
apply_gap (queue, event, &queue->sink_segment, TRUE);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue