gst: add client-properties

To update the client properties of the connection.

Fixes #1573
This commit is contained in:
Wim Taymans 2022-06-03 13:00:52 +02:00
parent 6276253c30
commit 6c310cf5e2
4 changed files with 87 additions and 19 deletions

View file

@ -87,11 +87,12 @@ struct _GstPipeWireSink {
GstPipeWireCore *core;
struct spa_hook core_listener;
GstStructure *client_properties;
struct pw_stream *stream;
struct spa_hook stream_listener;
GstStructure *properties;
GstStructure *stream_properties;
GstPipeWireSinkMode mode;
GstPipeWirePool *pool;