From e03a435ad9861080ab375112598542f126ca49c5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 17 May 2010 22:31:28 +0200 Subject: [PATCH] bluez: Fix build issues with latest GStreamer updates --- sys/bluez/gsta2dpsink.c | 2 -- sys/bluez/gsta2dpsink.h | 2 +- sys/bluez/gstavdtpsink.h | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/bluez/gsta2dpsink.c b/sys/bluez/gsta2dpsink.c index 72d8548e55..8aedda74d3 100644 --- a/sys/bluez/gsta2dpsink.c +++ b/sys/bluez/gsta2dpsink.c @@ -30,8 +30,6 @@ #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 83b5b3cef8..e4075e7cab 100644 --- a/sys/bluez/gsta2dpsink.h +++ b/sys/bluez/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/sys/bluez/gstavdtpsink.h b/sys/bluez/gstavdtpsink.h index eb78248bac..9a0e464e58 100644 --- a/sys/bluez/gstavdtpsink.h +++ b/sys/bluez/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,