gst/spectrum/: Remove two obsolete and confusing comments.
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 5 Mar 2007 08:30:52 +0000 (08:30 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 5 Mar 2007 08:30:52 +0000 (08:30 +0000)
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
gst/spectrum/demo-audiotest.c
gst/spectrum/demo-osssrc.c

index c787720..182b783 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-05  Stefan Kost  <ensonic@users.sf.net>
+
+       * 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  <tim at centricular dot net>
 
        * ext/nas/nassink.c: (gst_nas_sink_class_init),
        (qtdemux_video_caps):
        Make sure segment start<=stop in weird quicktime files.
 
-2006-08-28  Stefan Kost,,,  <ensonic@users.sf.net>
+2006-08-28  Stefan Kost  <ensonic@users.sf.net>
 
        * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
          add comments and more debug logging
 
 === release 0.10.0 ===
 
-2005-12-05   <thomas (at) apestaart (dot) org>
+2005-12-05  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * configure.ac:
          releasing 0.10.0, "Camembert"
 
 === release 0.9.7 ===
 
-2005-12-01   <thomas (at) apestaart (dot) org>
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
 
        * configure.ac:
          releasing 0.9.7, "Arrigato Gasuimas Skebisan"
index f55bad9..ed47278 100644 (file)
@@ -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;
 }
 
index c00db82..6419293 100644 (file)
@@ -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;
 }