wasapi: Implement a device provider for probing
authorNirbheek Chauhan <nirbheek@centricular.com>
Wed, 24 Jan 2018 19:21:22 +0000 (00:51 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Wed, 31 Jan 2018 09:28:21 +0000 (14:58 +0530)
commitec6a10ed0641cc18f9d1068f18c8882445c70dc0
tree8df2d9d2f2ab6ff610f38641ec70135a01f499ad
parentd6d31064b4c530711f2e382ddc20eab922a24328
wasapi: Implement a device provider for probing

Currently only does probing and does not handle messages from
endpoints/devices. In the future we want to do proper monitoring which
is well-supported in WASAPI.

https://bugzilla.gnome.org/show_bug.cgi?id=792897
sys/wasapi/Makefile.am
sys/wasapi/gstwasapi.c
sys/wasapi/gstwasapidevice.c [new file with mode: 0644]
sys/wasapi/gstwasapidevice.h [new file with mode: 0644]
sys/wasapi/gstwasapiutil.c
sys/wasapi/gstwasapiutil.h