summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcutil.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-01-23 13:19:32 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-01-23 13:19:32 +0000
commitde8b4e7ab91bad2c1c6e796f53d4e69ecbadd0bd (patch)
tree463d60836eb333740023dabc85b68fe442e588c5 /audio/gstsbcutil.h
parent489c2e0dbd76d9cecec62d19fafd9e7baddb72e7 (diff)
Add mp3 support for gstreamer plugin.
Diffstat (limited to 'audio/gstsbcutil.h')
-rw-r--r--audio/gstsbcutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h
index a67bf1be..4bdb5ac5 100644
--- a/audio/gstsbcutil.h
+++ b/audio/gstsbcutil.h
@@ -47,6 +47,7 @@ gint gst_sbc_get_mode_int(const gchar *mode);
const gchar *gst_sbc_get_mode_string(int joint);
GstCaps* gst_sbc_caps_from_sbc(sbc_capabilities_t *sbc, gint channels);
+GstCaps* gst_sbc_parse_caps_from_sbc(sbc_t *sbc);
GstCaps* gst_sbc_util_caps_fixate(GstCaps *caps, gchar** error_message);