mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
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/1271>
This commit is contained in:
parent
33ea698ef3
commit
7cec3538f5
1 changed files with 1 additions and 1 deletions
|
@ -1384,7 +1384,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;
|
||||
|
|
Loading…
Reference in a new issue