diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:25:50 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-23 05:25:50 +0100 |
commit | 595a975c95033e68e23727d96425fb92adf63bc1 (patch) | |
tree | b31c8c9af8cfd0c0d441465c06cdbda977db3f4f /audio/gsta2dpsink.h | |
parent | c2f08ad646de6cb18a456b6389c842a22bd84022 (diff) |
First attempt in fixing compiler warnings (still needs cleanup)
Diffstat (limited to 'audio/gsta2dpsink.h')
-rw-r--r-- | audio/gsta2dpsink.h | 9 |
1 files changed, 5 insertions, 4 deletions
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 <gst/gst.h> #include <gst/rtp/gstbasertppayload.h> #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); |