summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/bluez/gsta2dpsink.c2
-rw-r--r--sys/bluez/gsta2dpsink.h2
-rw-r--r--sys/bluez/gstavdtpsink.h2
3 files changed, 2 insertions, 4 deletions
diff --git a/sys/bluez/gsta2dpsink.c b/sys/bluez/gsta2dpsink.c
index 490760c82..bab53c941 100644
--- a/sys/bluez/gsta2dpsink.c
+++ b/sys/bluez/gsta2dpsink.c
@@ -31,8 +31,6 @@
#include "gstpragma.h"
#include "gsta2dpsink.h"
-GType gst_avdtp_sink_get_type (void);
-
GST_DEBUG_CATEGORY_STATIC (gst_a2dp_sink_debug);
#define GST_CAT_DEFAULT gst_a2dp_sink_debug
diff --git a/sys/bluez/gsta2dpsink.h b/sys/bluez/gsta2dpsink.h
index 2343e3b17..1a591b22e 100644
--- a/sys/bluez/gsta2dpsink.h
+++ b/sys/bluez/gsta2dpsink.h
@@ -73,7 +73,7 @@ struct _GstA2dpSinkClass {
GstBinClass parent_class;
};
-//GType gst_a2dp_sink_get_type(void);
+GType gst_a2dp_sink_get_type(void);
gboolean gst_a2dp_sink_plugin_init (GstPlugin * plugin);
diff --git a/sys/bluez/gstavdtpsink.h b/sys/bluez/gstavdtpsink.h
index 888169f09..c4e564516 100644
--- a/sys/bluez/gstavdtpsink.h
+++ b/sys/bluez/gstavdtpsink.h
@@ -76,7 +76,7 @@ struct _GstAvdtpSinkClass {
GstBaseSinkClass parent_class;
};
-//GType gst_avdtp_sink_get_type(void);
+GType gst_avdtp_sink_get_type(void);
GstCaps *gst_avdtp_sink_get_device_caps(GstAvdtpSink *sink);
gboolean gst_avdtp_sink_set_device_caps(GstAvdtpSink *sink,