diff options
author | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-25 21:07:50 +0000 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@openbossa.org> | 2007-10-25 21:07:50 +0000 |
commit | 6a7bdf306c26ac5663ecd9f1637839a7dd0141d4 (patch) | |
tree | 24791de0c431b1c3ae6c04d1fa689925d3a77f7e /audio/gsta2dpsink.h | |
parent | 4c6834afabcef620f1f5aff0c56b8994171d57d2 (diff) |
Fix buffer usage.
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r-- | audio/gsta2dpsink.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index c9bcabd1..76d512b9 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -37,15 +37,6 @@ G_BEGIN_DECLS #define GST_IS_A2DP_SINK_CLASS(obj) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_A2DP_SINK)) -enum { - NOT_CONFIGURED, - CONFIGURING_INIT, - CONFIGURING_SENT_CONF, - CONFIGURING_RCVD_CONF_RSP, - CONFIGURING_RCVD_DEV_CONF, - CONFIGURED -}; - typedef struct _GstA2dpSink GstA2dpSink; typedef struct _GstA2dpSinkClass GstA2dpSinkClass; @@ -66,7 +57,6 @@ struct _GstA2dpSink { gboolean waiting_con_conf; GMutex *sink_lock; - gint total; guint watch_id; }; |