queue2: fix up comment after merge from 0.10
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Nov 2011 01:12:48 +0000 (01:12 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Nov 2011 01:12:48 +0000 (01:12 +0000)
plugins/elements/gstqueue2.c

index 8822064..06d02f6 100644 (file)
@@ -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;
     }