[Bug 792897] wasapi: Implement multichannel support and a device provider

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jan 25 15:40:31 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=792897

--- Comment #6 from Nirbheek Chauhan <nirbheek.chauhan at gmail.com> ---
(In reply to Sebastian Dröge (slomo) from comment #4)
> Review of attachment 367419 [details] [review]:
> 
> Looks good to me
> 
> ::: sys/wasapi/gstwasapidevice.c
> @@ +57,3 @@
> +gst_wasapi_device_provider_finalize (GObject * object)
> +{
> +  CoUninitialize ();
> 
> I hope these functions are refcounted :)

These functions initialize thread-local data, and the uninitialize has the same
behaviour as being ref-counted (must uninit the same number of times you've
init)

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


More information about the gstreamer-bugs mailing list