summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r--gst/spectrum/gstspectrum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/spectrum/gstspectrum.h b/gst/spectrum/gstspectrum.h
index 8c5e533c..cd42360f 100644
--- a/gst/spectrum/gstspectrum.h
+++ b/gst/spectrum/gstspectrum.h
@@ -49,9 +49,9 @@ struct _GstSpectrum
guint bands; /* number of spectrum bands */
gint threshold; /* energy level treshold */
- guint num_frames; /* frame count (1 sample per channel)
+ guint64 num_frames; /* frame count (1 sample per channel)
* since last emit */
- guint num_fft; /* number of FFTs since last emit */
+ guint64 num_fft; /* number of FFTs since last emit */
GstClockTime message_ts; /* starttime for next message */
/* <private> */