mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
directsoundsink: remove duplicate volume initialization
https://bugzilla.gnome.org/show_bug.cgi?id=788847
This commit is contained in:
parent
728a1629cf
commit
d519d14ad9
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue