diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 17:03:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-25 17:03:03 +0000 |
commit | c7826e102e38e12166a038086ce80d3e6645dc3d (patch) | |
tree | 5c2d1c2bacdcea192e24cb244c4db8d9c8633a35 /audio/gstsbcdec.h | |
parent | a889dc322a49c0bf8f8b77389cfbaa97703e828e (diff) |
Implement full decoding support
Diffstat (limited to 'audio/gstsbcdec.h')
-rw-r--r-- | audio/gstsbcdec.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <gst/gst.h> +#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 { |