summaryrefslogtreecommitdiffstats
path: root/audio/gsta2dpsink.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-01 19:45:00 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-11-01 19:45:00 +0000
commit96d6078ada20a76f885ea04893aac5f0ca5fe48d (patch)
tree5a555aaae3228f5c5faf2497b71227557aecc650 /audio/gsta2dpsink.h
parenta4bc7122fb5c7e4545cf8055cf71d1e88515998f (diff)
Fix sbc negotiation and improves buffer handling by using GstAdapter.
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r--audio/gsta2dpsink.h3
1 files changed, 3 insertions, 0 deletions
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;