directsoundsink: remove duplicate volume initialization
https://bugzilla.gnome.org/show_bug.cgi?id=788847
This commit is contained in:
parent
728a1629cf
commit
d519d14ad9
@ -229,7 +229,6 @@ gst_directsound_sink_init (GstDirectSoundSink * dsoundsink)
|
|||||||
dsoundsink->pDSBSecondary = NULL;
|
dsoundsink->pDSBSecondary = NULL;
|
||||||
dsoundsink->current_circular_offset = 0;
|
dsoundsink->current_circular_offset = 0;
|
||||||
dsoundsink->buffer_size = DSBSIZE_MIN;
|
dsoundsink->buffer_size = DSBSIZE_MIN;
|
||||||
dsoundsink->volume = 100;
|
|
||||||
g_mutex_init (&dsoundsink->dsound_lock);
|
g_mutex_init (&dsoundsink->dsound_lock);
|
||||||
dsoundsink->system_clock = gst_system_clock_obtain ();
|
dsoundsink->system_clock = gst_system_clock_obtain ();
|
||||||
dsoundsink->write_wait_clock_id = NULL;
|
dsoundsink->write_wait_clock_id = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user