summaryrefslogtreecommitdiffstats
path: root/ext/soundtouch/gstpitch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soundtouch/gstpitch.hh')
-rw-r--r--ext/soundtouch/gstpitch.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/soundtouch/gstpitch.hh b/ext/soundtouch/gstpitch.hh
index 24d42ba2..32cb04dd 100644
--- a/ext/soundtouch/gstpitch.hh
+++ b/ext/soundtouch/gstpitch.hh
@@ -67,12 +67,13 @@ struct _GstPitch
gint samplerate; /* samplerate */
gint channels; /* number of audio channels */
gsize sample_size; /* number of bytes for a single sample */
- GstClockTime sample_duration; /* time for 1 sample */
/* stream tracking */
GstClockTime next_buffer_time;
gint64 next_buffer_offset;
+ GstClockTimeDiff min_latency, max_latency;
+
GstPitchPrivate *priv;
};