summaryrefslogtreecommitdiff
path: root/plugins/elements/gstmultiqueue.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elements/gstmultiqueue.c')
-rw-r--r--plugins/elements/gstmultiqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elements/gstmultiqueue.c b/plugins/elements/gstmultiqueue.c
index b9fa663e7f..d9bbba9560 100644
--- a/plugins/elements/gstmultiqueue.c
+++ b/plugins/elements/gstmultiqueue.c
@@ -1123,7 +1123,7 @@ out_flushing:
1123 /* upstream needs to see fatal result ASAP to shut things down, 1123 /* upstream needs to see fatal result ASAP to shut things down,
1124 * but might be stuck in one of our other full queues; 1124 * but might be stuck in one of our other full queues;
1125 * so empty this one and trigger dynamic queue growth */ 1125 * so empty this one and trigger dynamic queue growth */
1126 if (GST_FLOW_IS_FATAL (sq->srcresult)) { 1126 if (sq->srcresult <= GST_FLOW_UNEXPECTED) {
1127 gst_data_queue_flush (sq->queue); 1127 gst_data_queue_flush (sq->queue);
1128 single_queue_underrun_cb (sq->queue, sq); 1128 single_queue_underrun_cb (sq->queue, sq);
1129 } 1129 }