queue2: fix up comment after merge from 0.10

This commit is contained in:
Tim-Philipp Müller 2011-11-28 01:12:48 +00:00
parent 5acdc22001
commit e3dd1a8196

View file

@ -2400,7 +2400,7 @@ next:
data = gst_queue2_dequeue_on_eos (queue, &item_type); data = gst_queue2_dequeue_on_eos (queue, &item_type);
if (data != NULL) if (data != NULL)
goto next; 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 */ * to the caller so that the task function does not shut down */
result = GST_FLOW_OK; result = GST_FLOW_OK;
} }
@ -2445,7 +2445,7 @@ next:
data = gst_queue2_dequeue_on_eos (queue, &item_type); data = gst_queue2_dequeue_on_eos (queue, &item_type);
if (data != NULL) if (data != NULL)
goto next; 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 */ * to the caller so that the task function does not shut down */
result = GST_FLOW_OK; result = GST_FLOW_OK;
} }