gstdeviceprovider: fix caps introspection

Enum the node port params to get the caps of the devices.
This commit is contained in:
Wim Taymans 2018-08-03 17:42:49 +02:00
parent 1d34d994e2
commit f7c84b733b
2 changed files with 206 additions and 85 deletions

View file

@ -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;