From d542fb37a81d1d96604d41b36a6d6b11087ba2da Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Aug 2007 19:32:03 +0000 Subject: Implement full encoding support --- audio/gstsbcenc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/gstsbcenc.h') diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index 64457d21..491135c1 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -23,6 +23,8 @@ #include +#include "sbc.h" + G_BEGIN_DECLS #define GST_TYPE_SBC_ENC \ @@ -44,6 +46,8 @@ struct _GstSbcEnc { GstPad *sinkpad; GstPad *srcpad; + + sbc_t sbc; }; struct _GstSbcEncClass { -- cgit