From c7826e102e38e12166a038086ce80d3e6645dc3d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Aug 2007 17:03:03 +0000 Subject: Implement full decoding support --- audio/gstsbcdec.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'audio/gstsbcdec.h') diff --git a/audio/gstsbcdec.h b/audio/gstsbcdec.h index 0737b9d9..4a6922a0 100644 --- a/audio/gstsbcdec.h +++ b/audio/gstsbcdec.h @@ -23,6 +23,8 @@ #include +#include "sbc.h" + G_BEGIN_DECLS #define GST_TYPE_SBC_DEC \ @@ -44,6 +46,10 @@ struct _GstSbcDec { GstPad *sinkpad; GstPad *srcpad; + + GstBuffer *buffer; + + sbc_t sbc; }; struct _GstSbcDecClass { -- cgit