summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/gstbluetooth.c2
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;
}