From d519d14ad98b8d822f3f3bb75a08f67124f801f5 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 28 Sep 2017 22:46:23 +0200 Subject: [PATCH] directsoundsink: remove duplicate volume initialization https://bugzilla.gnome.org/show_bug.cgi?id=788847 --- sys/directsound/gstdirectsoundsink.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c index 44145efbee..1b75e5f1da 100644 --- a/sys/directsound/gstdirectsoundsink.c +++ b/sys/directsound/gstdirectsoundsink.c @@ -229,7 +229,6 @@ gst_directsound_sink_init (GstDirectSoundSink * dsoundsink) dsoundsink->pDSBSecondary = NULL; dsoundsink->current_circular_offset = 0; dsoundsink->buffer_size = DSBSIZE_MIN; - dsoundsink->volume = 100; g_mutex_init (&dsoundsink->dsound_lock); dsoundsink->system_clock = gst_system_clock_obtain (); dsoundsink->write_wait_clock_id = NULL;