From 85c849417d91a6519b23fa48efe312dc8ccc8622 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 5 Mar 2007 08:30:52 +0000 Subject: [PATCH] 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. --- ChangeLog | 12 +++++++++--- gst/spectrum/demo-audiotest.c | 2 -- gst/spectrum/demo-osssrc.c | 2 -- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index c787720ae0..182b78362b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-05 Stefan Kost + + * gst/spectrum/demo-audiotest.c: (message_handler): + * gst/spectrum/demo-osssrc.c: (message_handler): + Remove two obsolete and confusing comments. + 2007-03-04 Tim-Philipp Müller * ext/nas/nassink.c: (gst_nas_sink_class_init), @@ -2306,7 +2312,7 @@ (qtdemux_video_caps): Make sure segment start<=stop in weird quicktime files. -2006-08-28 Stefan Kost,,, +2006-08-28 Stefan Kost * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): add comments and more debug logging @@ -5690,7 +5696,7 @@ === release 0.10.0 === -2005-12-05 +2005-12-05 Thomas Vander Stichele * configure.ac: releasing 0.10.0, "Camembert" @@ -5714,7 +5720,7 @@ === release 0.9.7 === -2005-12-01 +2005-12-01 Thomas Vander Stichele * configure.ac: releasing 0.9.7, "Arrigato Gasuimas Skebisan" diff --git a/gst/spectrum/demo-audiotest.c b/gst/spectrum/demo-audiotest.c index f55bad968e..ed47278f1b 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; } diff --git a/gst/spectrum/demo-osssrc.c b/gst/spectrum/demo-osssrc.c index c00db82cdc..6419293a72 100644 --- a/gst/spectrum/demo-osssrc.c +++ b/gst/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; }