[gstreamer-bugs] [Bug 156718] Polypaudio sink

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Nov 2 04:43:35 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=156718
GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From mztabzrog at 0pointer.de  2004-11-02 07:43 -------
i will remove the g_print() for you, i'll post the patch as soon as I am ready
with it.

pa_operation_unref() is used to decrement the reference count of the operation
object, effectively freeing it when it is no longer required.  In the polypaudio
API most operations are executed asynchronously. All those functions return an
operation object which may be used to cancel the operation or to explicitly wait
for it to be completed. In case I am not interested in canceling or waiting for
completion of such an asnychronous API call, I unref it immediately.

You're not an emacs user, are you? The "per line" commenting is the default
comment style on emacs when using the function "comment-region". And it makes sense.

Anyway, I'm going to change that to #if 0/#endif.

Lennart

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list