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/gstsbcutil.h | |
parent | 9225eadeb28150fcb0b05ec0b31349ce812dd3d0 (diff) |
Add bitpool property and others fixes for gstreamer plugin.
Diffstat (limited to 'audio/gstsbcutil.h')
-rw-r--r-- | audio/gstsbcutil.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h index 4bdb5ac5..9e81af1a 100644 --- a/audio/gstsbcutil.h +++ b/audio/gstsbcutil.h @@ -42,8 +42,9 @@ const gchar *gst_sbc_get_allocation_from_list(const GValue *value); gint gst_sbc_get_allocation_mode_int(const gchar *allocation); const gchar *gst_sbc_get_allocation_string(int alloc); -const gchar *gst_sbc_get_mode_from_list(const GValue *value); +const gchar *gst_sbc_get_mode_from_list(const GValue *value, gint channels); gint gst_sbc_get_mode_int(const gchar *mode); +gint gst_sbc_get_mode_int_from_sbc_t(const sbc_t *sbc); const gchar *gst_sbc_get_mode_string(int joint); GstCaps* gst_sbc_caps_from_sbc(sbc_capabilities_t *sbc, gint channels); |