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.

tests/examples/spectrum/demo-audiotest.c
tests/examples/spectrum/demo-osssrc.c

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;
 }