From 96d6078ada20a76f885ea04893aac5f0ca5fe48d Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 1 Nov 2007 19:45:00 +0000 Subject: Fix sbc negotiation and improves buffer handling by using GstAdapter. --- audio/gstsbcenc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/gstsbcenc.h') diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index 0a95bcef..c5fc6bcc 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -22,6 +22,7 @@ */ #include +#include #include "sbc.h" #include "ipc.h" @@ -48,6 +49,7 @@ struct _GstSbcEnc { GstPad *sinkpad; GstPad *srcpad; + GstAdapter *adapter; gint mode; gint blocks; -- cgit