mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
bluez: audio: Remove workaround for compiler warnings
This commit is contained in:
parent
9c9d76268a
commit
d7ca6b81bb
3 changed files with 2 additions and 4 deletions
|
@ -31,8 +31,6 @@
|
||||||
#include "gstpragma.h"
|
#include "gstpragma.h"
|
||||||
#include "gsta2dpsink.h"
|
#include "gsta2dpsink.h"
|
||||||
|
|
||||||
GType gst_avdtp_sink_get_type (void);
|
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_a2dp_sink_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_a2dp_sink_debug);
|
||||||
#define GST_CAT_DEFAULT gst_a2dp_sink_debug
|
#define GST_CAT_DEFAULT gst_a2dp_sink_debug
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ struct _GstA2dpSinkClass {
|
||||||
GstBinClass parent_class;
|
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);
|
gboolean gst_a2dp_sink_plugin_init (GstPlugin * plugin);
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,7 @@ struct _GstAvdtpSinkClass {
|
||||||
GstBaseSinkClass parent_class;
|
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);
|
GstCaps *gst_avdtp_sink_get_device_caps(GstAvdtpSink *sink);
|
||||||
gboolean gst_avdtp_sink_set_device_caps(GstAvdtpSink *sink,
|
gboolean gst_avdtp_sink_set_device_caps(GstAvdtpSink *sink,
|
||||||
|
|
Loading…
Reference in a new issue