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

@ -80,6 +80,7 @@ struct _GstPipeWireSrc {
GstClockTime min_latency;
GstClockTime max_latency;
GstStructure *client_properties;
GstPipeWireCore *core;
struct spa_hook core_listener;
int last_seq;
@ -89,7 +90,7 @@ struct _GstPipeWireSrc {
struct spa_hook stream_listener;
GstBuffer *last_buffer;
GstStructure *properties;
GstStructure *stream_properties;
GstPipeWirePool *pool;
GstClock *clock;