mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
directsoundsink: fix redundant function redeclaration compiler warnings
Re-apply this again as well, as it was undone by the previous commit..
This commit is contained in:
parent
7bd8740843
commit
b9814cd902
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@
|
||||||
GST_DEBUG_CATEGORY_STATIC (directsoundsink_debug);
|
GST_DEBUG_CATEGORY_STATIC (directsoundsink_debug);
|
||||||
#define GST_CAT_DEFAULT directsoundsink_debug
|
#define GST_CAT_DEFAULT directsoundsink_debug
|
||||||
|
|
||||||
static void gst_directsound_sink_base_init (gpointer g_class);
|
|
||||||
static void gst_directsound_sink_class_init (GstDirectSoundSinkClass * klass);
|
|
||||||
static void gst_directsound_sink_init (GstDirectSoundSink * dsoundsink,
|
|
||||||
GstDirectSoundSinkClass * g_class);
|
|
||||||
static void gst_directsound_sink_finalise (GObject * object);
|
static void gst_directsound_sink_finalise (GObject * object);
|
||||||
|
|
||||||
static void gst_directsound_sink_set_property (GObject * object, guint prop_id,
|
static void gst_directsound_sink_set_property (GObject * object, guint prop_id,
|
||||||
|
|
Loading…
Reference in a new issue