diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-02-01 19:28:37 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2008-02-01 19:28:37 +0000 |
commit | ae689c59cc62acc9f160afe6beb6ccc07b6c6f55 (patch) | |
tree | e086ade151baea0e5e9064c6cc72d0437bb6751d /audio/gstsbcenc.h | |
parent | 9225eadeb28150fcb0b05ec0b31349ce812dd3d0 (diff) |
Add bitpool property and others fixes for gstreamer plugin.
Diffstat (limited to 'audio/gstsbcenc.h')
-rw-r--r-- | audio/gstsbcenc.h | 2 |
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; |