mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
gstpinos: add stream-properties
Add a property to set the stream properties in the source and sink streams.
This commit is contained in:
parent
c3fce0103b
commit
8a7d5a7f80
5 changed files with 96 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ struct _GstPinosSink {
|
|||
PinosContext *ctx;
|
||||
PinosStream *stream;
|
||||
GstAllocator *allocator;
|
||||
GstStructure *properties;
|
||||
|
||||
guint32 id_counter;
|
||||
GHashTable *fdids;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue