Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 21:49:24 +0300
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-18 21:49:24 +0300
commit0efaf327c2b7b99a821c73e4c1ed75a2bda8f374 (patch)
tree236080fe5b3a681bbe1825037aff86c008c29285 /sys/directsound/gstdirectsoundsink.c
parentdad4e96672ccf607b98bf013eadd5d5fe36a44af (diff)
directsoundsink: fix redundant function redeclaration compiler warnings
Diffstat (limited to 'sys/directsound/gstdirectsoundsink.c')
-rw-r--r--sys/directsound/gstdirectsoundsink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c
index ae31babd4..a674e953f 100644
--- a/sys/directsound/gstdirectsoundsink.c
+++ b/sys/directsound/gstdirectsoundsink.c
@@ -57,10 +57,6 @@
GST_DEBUG_CATEGORY_STATIC (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_set_property (GObject * object, guint prop_id,