summaryrefslogtreecommitdiffstats
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstbluetooth.c')
-rw-r--r--audio/gstbluetooth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/gstbluetooth.c b/audio/gstbluetooth.c
index ce065820..593a311e 100644
--- a/audio/gstbluetooth.c
+++ b/audio/gstbluetooth.c
@@ -67,11 +67,9 @@ 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;
}