From d4e24bf6a3d8af6479abce92fbbf1869a59669aa Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 21 Nov 2007 20:24:11 +0000 Subject: Integrate new ipc API implementation. --- audio/gstsbcutil.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'audio/gstsbcutil.h') diff --git a/audio/gstsbcutil.h b/audio/gstsbcutil.h index 0c91fe82..4581abf7 100644 --- a/audio/gstsbcutil.h +++ b/audio/gstsbcutil.h @@ -22,10 +22,9 @@ */ #include -#include "sbc.h" -struct ipc_data_cfg; /* FIXME can't include ipc.h */ -struct ipc_codec_sbc; +#include "sbc.h" +#include "ipc.h" gint gst_sbc_select_rate_from_list(const GValue *value); @@ -47,6 +46,6 @@ const gchar *gst_sbc_get_mode_from_list(const GValue *value); gint gst_sbc_get_mode_int(const gchar *mode); const gchar *gst_sbc_get_mode_string(int joint); -GstCaps* gst_sbc_caps_from_sbc(struct ipc_data_cfg *cfg, struct ipc_codec_sbc *sbc, - gint channels); +GstCaps* gst_sbc_caps_from_sbc(sbc_capabilities_t *sbc, gint channels); +GstCaps* gst_sbc_util_caps_fixate(GstCaps *caps, gchar** error_message); -- cgit