mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
gst: dequeue a shared buffer instead of original pool buffer
This seems to prevent the pool buffer from getting corrupted. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
This commit is contained in:
parent
7305d38b85
commit
a1f33a99df
4 changed files with 16 additions and 18 deletions
|
|
@ -53,7 +53,6 @@ struct _GstPipeWirePoolData {
|
|||
void *owner;
|
||||
struct spa_meta_header *header;
|
||||
guint flags;
|
||||
goffset offset;
|
||||
struct pw_buffer *b;
|
||||
GstBuffer *buf;
|
||||
gboolean queued;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue