From e3dd1a819671f012d95c014ca5c4e0e9839917b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 28 Nov 2011 01:12:48 +0000 Subject: [PATCH] queue2: fix up comment after merge from 0.10 --- plugins/elements/gstqueue2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/elements/gstqueue2.c b/plugins/elements/gstqueue2.c index 8822064340..06d02f647e 100644 --- a/plugins/elements/gstqueue2.c +++ b/plugins/elements/gstqueue2.c @@ -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; }