summaryrefslogtreecommitdiffstats
path: root/audio/gstbluetooth.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-18 21:50:00 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-10-18 21:50:00 +0000
commit942422b8c90ba6e30339ab066cdc7fd2fc31cb7c (patch)
tree37853cfb7e2be388f8d54834260a1ee973f45a5b /audio/gstbluetooth.c
parentcee061308a8d4730b13d308b1ee8fbf3e4a22578 (diff)
Fixes a2dpsink element.
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;
}