gentlsrc: add device-user-id property

This will search across all interfaces.
This commit is contained in:
Joshua M. Doe
2021-12-01 14:07:38 -05:00
parent f3020dbf82
commit ac4a7b29e3
2 changed files with 126 additions and 6 deletions

View File

@@ -98,6 +98,7 @@ struct _GstGenTlSrc
gchar *interface_id;
guint device_index;
gchar *device_id;
gchar *device_user_id;
guint stream_index;
gchar *stream_id;
guint num_capture_buffers;