From 943584e0ff07c00c9a878d9db5abd2b550260646 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 5 Mar 2007 08:30:52 +0000 Subject: 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. --- tests/examples/spectrum/demo-audiotest.c | 2 -- tests/examples/spectrum/demo-osssrc.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'tests/examples') diff --git a/tests/examples/spectrum/demo-audiotest.c b/tests/examples/spectrum/demo-audiotest.c index f55bad96..ed47278f 100644 --- a/tests/examples/spectrum/demo-audiotest.c +++ b/tests/examples/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; } diff --git a/tests/examples/spectrum/demo-osssrc.c b/tests/examples/spectrum/demo-osssrc.c index c00db82c..6419293a 100644 --- a/tests/examples/spectrum/demo-osssrc.c +++ b/tests/examples/spectrum/demo-osssrc.c @@ -81,8 +81,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; } -- cgit