mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-22 06:59:59 -05:00
pinossrc: use a queue for the buffers
Use a queue to keep the buffers around and pass them to the streaming thread.
This commit is contained in:
parent
c6079cf7d2
commit
a25bdf8acb
2 changed files with 18 additions and 16 deletions
|
|
@ -66,7 +66,7 @@ struct _GstPinosSrc {
|
|||
GstAllocator *fd_allocator;
|
||||
GstStructure *properties;
|
||||
|
||||
GstBuffer *current;
|
||||
GQueue queue;
|
||||
GstClock *clock;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue