diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-18 21:46:49 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-18 21:46:49 +0000 |
commit | 5dee78747cac71ad970b513dc229712be1348290 (patch) | |
tree | aa148798ead6340ba92aaf26cbbe3b128d6505b4 /audio/gstsbcenc.h | |
parent | fcbcc7bfdfe61d57f38bd44cbc7a2edcea23e7a8 (diff) |
Fixes for gstsbcenc.
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r-- | audio/gstsbcenc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index e7daf2d3..0a95bcef 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -24,6 +24,8 @@ #include <gst/gst.h> #include "sbc.h" +#include "ipc.h" + G_BEGIN_DECLS @@ -48,6 +50,9 @@ struct _GstSbcEnc { GstPad *srcpad; gint mode; + gint blocks; + gint allocation; + gint subbands; sbc_t sbc; }; |