From 595a975c95033e68e23727d96425fb92adf63bc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:25:50 +0100 Subject: First attempt in fixing compiler warnings (still needs cleanup) --- audio/gsta2dpsink.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'audio/gsta2dpsink.h') diff --git a/audio/gsta2dpsink.h b/audio/gsta2dpsink.h index 13409232..8d11b28d 100644 --- a/audio/gsta2dpsink.h +++ b/audio/gsta2dpsink.h @@ -21,13 +21,13 @@ * */ +#ifndef __GST_A2DP_SINK_H__ +#define __GST_A2DP_SINK_H__ + #include #include #include "gstavdtpsink.h" -#ifndef __GST_A2DP_SINK_H__ -#define __GST_A2DP_SINK_H__ - G_BEGIN_DECLS #define GST_TYPE_A2DP_SINK \ @@ -72,7 +72,8 @@ 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); GstCaps *gst_a2dp_sink_get_device_caps(GstA2dpSink *self); -- cgit