Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2021-09-10 02:43:18 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-09-13 17:16:06 +0300
commitc6acee201e69295c6e563806633002393682989f (patch)
tree001c8e1c911dccecba3a122fc4d253991f1a0f58
parent67eb70bb9ca4abcccad31c41d49ff27c9492e2dc (diff)
multiqueue: fix obsolete comment re initial flow status
The initial single queue srcresult is OK, it hasn't been NOT_LINKED since 2007. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/885>
-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 eaaa4b465d..e13d317d2f 100644
--- a/plugins/elements/gstmultiqueue.c
+++ b/plugins/elements/gstmultiqueue.c
@@ -1388,7 +1388,7 @@ gst_single_queue_flush (GstMultiQueue * mq, GstSingleQueue * sq, gboolean flush,
gst_segment_init (&sq->sink_segment, GST_FORMAT_TIME);
gst_segment_init (&sq->src_segment, GST_FORMAT_TIME);
sq->has_src_segment = FALSE;
- /* All pads start off not-linked for a smooth kick-off */
+ /* All pads start off OK for a smooth kick-off */
sq->srcresult = GST_FLOW_OK;
sq->pushed = FALSE;
sq->cur_time = 0;