Revert "Fix build issues with latest GStreamer updates"
diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c
index 221db6d..52b65e5 100644
--- a/audio/gsta2dpsink.c
+++ b/audio/gsta2dpsink.c
@@ -30,6 +30,8 @@
 
 #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/audio/gsta2dpsink.h b/audio/gsta2dpsink.h
index 25d321f..3ff4e45 100644
--- a/audio/gsta2dpsink.h
+++ b/audio/gsta2dpsink.h
@@ -72,7 +72,7 @@
 	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/audio/gstavdtpsink.h b/audio/gstavdtpsink.h
index 9a0e464..eb78248 100644
--- a/audio/gstavdtpsink.h
+++ b/audio/gstavdtpsink.h
@@ -75,7 +75,7 @@
 	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,
diff --git a/audio/gstrtpsbcpay.h b/audio/gstrtpsbcpay.h
index 398de82..a444b49 100644
--- a/audio/gstrtpsbcpay.h
+++ b/audio/gstrtpsbcpay.h
@@ -59,7 +59,7 @@
 	GstBaseRTPPayloadClass parent_class;
 };
 
-GType gst_rtp_sbc_pay_get_type(void);
+//GType gst_rtp_sbc_pay_get_type(void);
 
 gboolean gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin);
 
diff --git a/audio/gstsbcdec.h b/audio/gstsbcdec.h
index c77feae..6a15fb0 100644
--- a/audio/gstsbcdec.h
+++ b/audio/gstsbcdec.h
@@ -59,7 +59,7 @@
 	GstElementClass parent_class;
 };
 
-GType gst_sbc_dec_get_type(void);
+//GType gst_sbc_dec_get_type(void);
 
 gboolean gst_sbc_dec_plugin_init(GstPlugin *plugin);
 
diff --git a/audio/gstsbcenc.h b/audio/gstsbcenc.h
index 0329351..0c8508b 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -68,7 +68,7 @@
 	GstElementClass parent_class;
 };
 
-GType gst_sbc_enc_get_type(void);
+//GType gst_sbc_enc_get_type(void);
 
 gboolean gst_sbc_enc_plugin_init(GstPlugin *plugin);
 
diff --git a/audio/gstsbcparse.h b/audio/gstsbcparse.h
index ecb8be4..d7331ad 100644
--- a/audio/gstsbcparse.h
+++ b/audio/gstsbcparse.h
@@ -62,7 +62,7 @@
 	GstElementClass parent_class;
 };
 
-GType gst_sbc_parse_get_type(void);
+//GType gst_sbc_parse_get_type(void);
 
 gboolean gst_sbc_parse_plugin_init(GstPlugin *plugin);