summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/demo-audiotest.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-03-05 08:30:52 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-03-05 08:30:52 +0000
commit85c849417d91a6519b23fa48efe312dc8ccc8622 (patch)
tree669812e5f2842c232ff1b657d7a21c90f199c8d7 /gst/spectrum/demo-audiotest.c
parente95c9901b4c30af25a6dbb38ff7b5486a1a77d19 (diff)
downloadgst-plugins-bad-85c849417d91a6519b23fa48efe312dc8ccc8622.tar.gz
gst-plugins-bad-85c849417d91a6519b23fa48efe312dc8ccc8622.tar.bz2
gst-plugins-bad-85c849417d91a6519b23fa48efe312dc8ccc8622.zip
gst/spectrum/: Remove two obsolete and confusing comments.
Original commit message from CVS: * gst/spectrum/demo-audiotest.c: (message_handler): * gst/spectrum/demo-osssrc.c: (message_handler): Remove two obsolete and confusing comments.
Diffstat (limited to 'gst/spectrum/demo-audiotest.c')
-rw-r--r--gst/spectrum/demo-audiotest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/spectrum/demo-audiotest.c b/gst/spectrum/demo-audiotest.c
index f55bad96..ed47278f 100644
--- a/gst/spectrum/demo-audiotest.c
+++ b/gst/spectrum/demo-audiotest.c
@@ -90,8 +90,6 @@ message_handler (GstBus * bus, GstMessage * message, gpointer data)
draw_spectrum (spect);
}
}
- /* we handled the message we want, and ignored the ones we didn't want.
- * so the core can unref the message for us */
return TRUE;
}