From 96d6078ada20a76f885ea04893aac5f0ca5fe48d Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 1 Nov 2007 19:45:00 +0000 Subject: Fix sbc negotiation and improves buffer handling by using GstAdapter. --- audio/gsta2dpsink.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/gsta2dpsink.h') diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index 76d512b9..ea750406 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -49,9 +49,12 @@ struct _GstA2dpSink { GIOChannel *stream; struct bluetooth_data *data; + struct ipc_codec_sbc *sbc; GIOChannel *server; gint con_state; + GstCaps *dev_caps; + gboolean new_dev_caps; GCond *con_conf_end; gboolean waiting_con_conf; -- cgit