directsoundsink: remove duplicate volume initialization

https://bugzilla.gnome.org/show_bug.cgi?id=788847
This commit is contained in:
Philippe Renon 2017-09-28 22:46:23 +02:00 committed by Sebastian Dröge
parent 728a1629cf
commit d519d14ad9

View file

@ -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;