adder: fix juvenile comment
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 24 Dec 2009 12:58:52 +0000 (13:58 +0100)
committerWim Taymans <wim@metal.(none)>
Thu, 24 Dec 2009 12:58:52 +0000 (13:58 +0100)
gst/adder/gstadder.c

index 1d17d0b..af0e472 100644 (file)
@@ -798,7 +798,7 @@ gst_adder_sink_event (GstPad * pad, GstEvent * event)
       break;
     case GST_EVENT_TAG:
       GST_OBJECT_LOCK (adder->collect);
-      /* collectpads is a pile of horse manure. */
+      /* collect tags here so we can push them out when we collect data */
       adder->pending_events = g_list_append (adder->pending_events, event);
       GST_OBJECT_UNLOCK (adder->collect);
       goto beach;