From: Stefan Kost Date: Mon, 5 Mar 2007 08:30:52 +0000 (+0000) Subject: gst/spectrum/: Remove two obsolete and confusing comments. X-Git-Tag: RELEASE-0_10_6~255 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=943584e0ff07c00c9a878d9db5abd2b550260646;p=platform%2Fupstream%2Fgst-plugins-good.git 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. --- diff --git a/tests/examples/spectrum/demo-audiotest.c b/tests/examples/spectrum/demo-audiotest.c index f55bad9..ed47278 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 c00db82..6419293 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; }