diff options
Diffstat (limited to 'sys/directsound/gstdirectsoundsink.h')
-rw-r--r-- | sys/directsound/gstdirectsoundsink.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/directsound/gstdirectsoundsink.h b/sys/directsound/gstdirectsoundsink.h index 51f7648e5..eb27efd3e 100644 --- a/sys/directsound/gstdirectsoundsink.h +++ b/sys/directsound/gstdirectsoundsink.h @@ -81,6 +81,10 @@ struct _GstDirectSoundSink /* lock used to protect writes and resets */ GMutex dsound_lock; + GstClock *system_clock; + GstClockID write_wait_clock_id; + gboolean reset_while_sleeping; + gboolean first_buffer_after_reset; GstAudioRingBufferFormatType type; |