summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPhilippe Renon <philippe_renon@yahoo.fr>2017-09-28 22:46:23 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-10-12 10:32:34 +0300
commitd519d14ad98b8d822f3f3bb75a08f67124f801f5 (patch)
tree5401ab3264bed6e918424a1acc9d68efa80f1983 /sys
parent728a1629cf9fd7f4a728477bda1d13a1ecc219bb (diff)
directsoundsink: remove duplicate volume initialization
https://bugzilla.gnome.org/show_bug.cgi?id=788847
Diffstat (limited to 'sys')
-rw-r--r--sys/directsound/gstdirectsoundsink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/directsound/gstdirectsoundsink.c b/sys/directsound/gstdirectsoundsink.c
index 44145efbe..1b75e5f1d 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;