projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594e2f0
)
queue: Add missing break in switch
author
Sebastian Dröge
<sebastian@centricular.com>
Thu, 2 Oct 2014 11:55:22 +0000
(14:55 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Thu, 2 Oct 2014 11:55:22 +0000
(14:55 +0300)
plugins/elements/gstqueue.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstqueue.c
b/plugins/elements/gstqueue.c
index f9ba957e5d2e295faa826ec8adcffbd7b4a3c3d9..4addd1948da49633f7572ebd728cd5ba32dc0cfa 100644
(file)
--- a/
plugins/elements/gstqueue.c
+++ b/
plugins/elements/gstqueue.c
@@
-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;