From 942422b8c90ba6e30339ab066cdc7fd2fc31cb7c Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 18 Oct 2007 21:50:00 +0000 Subject: Fixes a2dpsink element. --- audio/gstbluetooth.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'audio/gstbluetooth.c') 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; } -- cgit