summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-05-19 16:10:26 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-05-19 16:10:26 +0200
commit6aabc8a0de6aa88bf9f0f180027a9e69ecea781f (patch)
tree8f8d08ce87290ee40c8d7aea8a6ec0532c2c8cfe
parent29598cc39b9cb63d7ed62fb2b7f99c9c42985897 (diff)
downloadbluez-6aabc8a0de6aa88bf9f0f180027a9e69ecea781f.tar.gz
Revert "Fix build issues with latest GStreamer updates"
-rw-r--r--audio/gsta2dpsink.c2
-rw-r--r--audio/gsta2dpsink.h2
-rw-r--r--audio/gstavdtpsink.h2
-rw-r--r--audio/gstrtpsbcpay.h2
-rw-r--r--audio/gstsbcdec.h2
-rw-r--r--audio/gstsbcenc.h2
-rw-r--r--audio/gstsbcparse.h2
7 files changed, 8 insertions, 6 deletions
diff --git a/audio/gsta2dpsink.c b/audio/gsta2dpsink.c
index 221db6d2a..52b65e596 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 25d321f0f..3ff4e457c 100644
--- a/audio/gsta2dpsink.h
+++ b/audio/gsta2dpsink.h
@@ -72,7 +72,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/audio/gstavdtpsink.h b/audio/gstavdtpsink.h
index 9a0e464e5..eb78248ba 100644
--- a/audio/gstavdtpsink.h
+++ b/audio/gstavdtpsink.h
@@ -75,7 +75,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,
diff --git a/audio/gstrtpsbcpay.h b/audio/gstrtpsbcpay.h
index 398de82e4..a444b49b9 100644
--- a/audio/gstrtpsbcpay.h
+++ b/audio/gstrtpsbcpay.h
@@ -59,7 +59,7 @@ struct _GstRtpSBCPayClass {
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 c77feaed3..6a15fb043 100644
--- a/audio/gstsbcdec.h
+++ b/audio/gstsbcdec.h
@@ -59,7 +59,7 @@ struct _GstSbcDecClass {
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 0329351fa..0c8508b25 100644
--- a/audio/gstsbcenc.h
+++ b/audio/gstsbcenc.h
@@ -68,7 +68,7 @@ struct _GstSbcEncClass {
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 ecb8be426..d7331adf8 100644
--- a/audio/gstsbcparse.h
+++ b/audio/gstsbcparse.h
@@ -62,7 +62,7 @@ struct _GstSbcParseClass {
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);