mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
gst: remove internal queue
Remove the extra queue and use the queue from pw_stream. Fix some locks and the bufferpool handling to make audio playback work.
This commit is contained in:
parent
7b13ba202b
commit
39c2d5b963
2 changed files with 20 additions and 35 deletions
|
|
@ -95,8 +95,6 @@ struct _GstPipeWireSink {
|
|||
GstPipeWireSinkMode mode;
|
||||
|
||||
GstPipeWirePool *pool;
|
||||
GQueue queue;
|
||||
guint need_ready;
|
||||
};
|
||||
|
||||
struct _GstPipeWireSinkClass {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue