summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-01 19:45:00 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-01 19:45:00 +0000
commit96d6078ada20a76f885ea04893aac5f0ca5fe48d (patch)
tree5a555aaae3228f5c5faf2497b71227557aecc650 /audio/gstsbcenc.h
parenta4bc7122fb5c7e4545cf8055cf71d1e88515998f (diff)
Fix sbc negotiation and improves buffer handling by using GstAdapter.
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r--audio/gstsbcenc.h2
1 files changed, 2 insertions, 0 deletions
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 <gst/gst.h>
+#include <gst/base/gstadapter.h>
#include "sbc.h"
#include "ipc.h"
@@ -48,6 +49,7 @@ struct _GstSbcEnc {
GstPad *sinkpad;
GstPad *srcpad;
+ GstAdapter *adapter;
gint mode;
gint blocks;