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/gstsbcenc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/gstsbcenc.h') diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h index c5fc6bcc..f65bcc94 100644 --- a/audio/gstsbcenc.h +++ b/audio/gstsbcenc.h @@ -25,8 +25,6 @@ #include #include "sbc.h" -#include "ipc.h" - G_BEGIN_DECLS @@ -51,6 +49,8 @@ struct _GstSbcEnc { GstPad *srcpad; GstAdapter *adapter; + gint rate; + gint channels; gint mode; gint blocks; gint allocation; -- cgit