summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-12-24 13:58:52 +0100
committerWim Taymans <wim@metal.(none)>2009-12-24 13:58:52 +0100
commit66ae01ecedcf61401a36127c53dcfac6de0d25b6 (patch)
tree353deea39c61e26978c42bef512ee54205570a9e
parent15216d23ac255217612b687f62874e89e66f026a (diff)
adder: fix juvenile comment
-rw-r--r--gst/adder/gstadder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c
index 1d17d0bfc..af0e472b1 100644
--- a/gst/adder/gstadder.c
+++ b/gst/adder/gstadder.c
@@ -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;