summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcenc.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-02-01 19:28:37 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-02-01 19:28:37 +0000
commitae689c59cc62acc9f160afe6beb6ccc07b6c6f55 (patch)
treee086ade151baea0e5e9064c6cc72d0437bb6751d /audio/gstsbcenc.h
parent9225eadeb28150fcb0b05ec0b31349ce812dd3d0 (diff)
Add bitpool property and others fixes for gstreamer plugin.
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 c7b21638..41417507 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -55,6 +55,8 @@ struct _GstSbcEnc {
gint blocks;
gint allocation;
gint subbands;
+ gint bitpool;
+
gint codesize;
gint frame_length;
gint frame_duration;