mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-18 07:00:06 -05:00
fdpay: use fd allocator
Use the fd allocator instead of the dmabuf allocator. Update the wire protocol
This commit is contained in:
parent
8b02c9040a
commit
75d5fa91e2
5 changed files with 39 additions and 21 deletions
|
|
@ -34,7 +34,7 @@ typedef struct _GstFddepayClass GstFddepayClass;
|
|||
struct _GstFddepay
|
||||
{
|
||||
GstBaseTransform base_fddepay;
|
||||
GstAllocator *dmabuf_allocator;
|
||||
GstAllocator *fd_allocator;
|
||||
};
|
||||
|
||||
struct _GstFddepayClass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue