diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-28 16:03:33 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-28 16:03:33 +0000 |
commit | c49a76d6e5b000921509df4e071d8110bbe7e3d8 (patch) | |
tree | 2e14792d7fcc92dc5327196beae762e6d7f14176 | |
parent | 25c5aaa285d2e9767ee3be8fb4cd97411307da20 (diff) |
Disable the GStreamer A2DP sink code for now
-rw-r--r-- | audio/gstbluetooth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c index 8b2ca76e..7e02e202 100644 --- a/audio/gstbluetooth.c +++ b/audio/gstbluetooth.c @@ -67,9 +67,11 @@ static gboolean plugin_init(GstPlugin *plugin) GST_RANK_PRIMARY, GST_TYPE_SBC_PARSE) == FALSE) return FALSE; +#if 0 if (gst_element_register(plugin, "a2dpsink", GST_RANK_PRIMARY, GST_TYPE_A2DP_SINK) == FALSE) return FALSE; +#endif return TRUE; } |