mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -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
|
|
@ -63,6 +63,7 @@ struct _GstPinosSrc {
|
|||
PinosStream *stream;
|
||||
PinosStreamState stream_state;
|
||||
GstAllocator *fd_allocator;
|
||||
GstStructure *properties;
|
||||
|
||||
GstBuffer *current;
|
||||
GstClock *clock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue