mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
gst: use the pw_stream queue
There is no need to keep a separate queue in the source, simply use the one from pw_stream.
This commit is contained in:
parent
26fa35a0e7
commit
5d12929153
2 changed files with 12 additions and 43 deletions
|
|
@ -84,7 +84,6 @@ struct _GstPipeWireSrc {
|
|||
GstStructure *properties;
|
||||
|
||||
GstPipeWirePool *pool;
|
||||
GQueue queue;
|
||||
GstClock *clock;
|
||||
GstClockTime last_time;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue