[gstreamer-bugs] [Bug 348085] [PLUGIN-MOVE] move spectrum to good

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 4 13:39:04 PST 2007


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=348085

  GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #17 from Christophe Dehais  2007-03-04 21:37 UTC -------
Reading through the demo-audiotest.c file, I think there is a confusing comment
in the message handler:

  /* 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;


If I understand the docs for gst_bus_add_watch() and GstBusFunc correctly, the
returned boolean indicates whether the handler should be removed from the main
loop or not. The message is always unref-ed.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list