mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30: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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue