mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
deviceprovider: add device provider
Add device provider Clean up states Make generic object id instead of exposing GDBusProxy Add more introspection API
This commit is contained in:
parent
cbeee04809
commit
7159ea8408
14 changed files with 811 additions and 41 deletions
|
|
@ -80,7 +80,6 @@ bus_handler (GstBus *bus,
|
|||
gpointer user_data)
|
||||
{
|
||||
PinosGstManager *manager = user_data;
|
||||
PinosGstManagerPrivate *priv = manager->priv;
|
||||
GstDevice *device;
|
||||
|
||||
switch (GST_MESSAGE_TYPE (message)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue