alsa: Implement a DeviceProvider
authorThibault Saunier <tsaunier@igalia.com>
Fri, 31 Aug 2018 21:33:43 +0000 (18:33 -0300)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 4 Jun 2019 14:07:37 +0000 (14:07 +0000)
commitac5d0f7da688c1010ab2656f32c40e854e5b8bf2
tree5c870bfc79cbe35f5cfa9a0e315697c6105cb956
parentfad8539c31e8f9ffc3a6f0e4b67d260b44e2c0aa
alsa: Implement a DeviceProvider

Removing gstalsadeviceprobe.[ch] as it was a relique from the 0.10
century.

This doesn't implement device monitoring but only probing, monitoring
should be implemented in its own commit.
ext/alsa/Makefile.am
ext/alsa/gstalsadeviceprobe.c [deleted file]
ext/alsa/gstalsadeviceprobe.h [deleted file]
ext/alsa/gstalsadeviceprovider.c [new file with mode: 0644]
ext/alsa/gstalsadeviceprovider.h [new file with mode: 0644]
ext/alsa/gstalsaplugin.c
ext/alsa/gstalsasink.c
ext/alsa/gstalsasrc.c
ext/alsa/meson.build