mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
types: more work on types
This commit is contained in:
parent
acedfe71c0
commit
5825c62d6d
76 changed files with 1713 additions and 1477 deletions
|
|
@ -284,7 +284,7 @@ on_context_subscription (PinosListener *listener,
|
|||
GstDeviceProvider *provider = GST_DEVICE_PROVIDER (self);
|
||||
GstPinosDevice *dev;
|
||||
|
||||
if (type != context->uri.node)
|
||||
if (type != context->type.node)
|
||||
return;
|
||||
|
||||
dev = find_device (provider, id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue