From de8b4e7ab91bad2c1c6e796f53d4e69ecbadd0bd Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 23 Jan 2008 13:19:32 +0000 Subject: Add mp3 support for gstreamer plugin. --- audio/gstsbcutil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/gstsbcutil.h') 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); -- cgit