mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
gstdeviceprovider: fix caps introspection
Enum the node port params to get the caps of the devices.
This commit is contained in:
parent
1d34d994e2
commit
f7c84b733b
2 changed files with 206 additions and 85 deletions
|
|
@ -91,6 +91,9 @@ struct _GstPipeWireDeviceProvider {
|
|||
struct spa_hook remote_listener;
|
||||
|
||||
struct pw_core_proxy *core_proxy;
|
||||
struct spa_list pending;
|
||||
uint32_t seq;
|
||||
|
||||
struct pw_registry_proxy *registry;
|
||||
|
||||
gboolean end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue