fdpay: use fd allocator

Use the fd allocator instead of the dmabuf allocator.
Update the wire protocol
This commit is contained in:
Wim Taymans 2015-04-17 10:44:03 +02:00
parent 8b02c9040a
commit 75d5fa91e2
5 changed files with 39 additions and 21 deletions

View file

@ -34,7 +34,7 @@ typedef struct _GstFddepayClass GstFddepayClass;
struct _GstFddepay
{
GstBaseTransform base_fddepay;
GstAllocator *dmabuf_allocator;
GstAllocator *fd_allocator;
};
struct _GstFddepayClass