mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
gst: add client-properties
To update the client properties of the connection. Fixes #1573
This commit is contained in:
parent
6276253c30
commit
6c310cf5e2
4 changed files with 87 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue