mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
queue2: fix up comment after merge from 0.10
This commit is contained in:
parent
5acdc22001
commit
e3dd1a8196
1 changed files with 2 additions and 2 deletions
|
@ -2400,7 +2400,7 @@ next:
|
|||
data = gst_queue2_dequeue_on_eos (queue, &item_type);
|
||||
if (data != NULL)
|
||||
goto next;
|
||||
/* Since we will still accept EOS and NEWSEGMENT we return _FLOW_OK
|
||||
/* Since we will still accept EOS and SEGMENT we return _FLOW_OK
|
||||
* to the caller so that the task function does not shut down */
|
||||
result = GST_FLOW_OK;
|
||||
}
|
||||
|
@ -2445,7 +2445,7 @@ next:
|
|||
data = gst_queue2_dequeue_on_eos (queue, &item_type);
|
||||
if (data != NULL)
|
||||
goto next;
|
||||
/* Since we will still accept EOS and NEWSEGMENT we return _FLOW_OK
|
||||
/* Since we will still accept EOS and SEGMENT we return _FLOW_OK
|
||||
* to the caller so that the task function does not shut down */
|
||||
result = GST_FLOW_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue