diff options
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r-- | gst/spectrum/gstspectrum.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/spectrum/gstspectrum.h b/gst/spectrum/gstspectrum.h index 291b2ffc..ec41668f 100644 --- a/gst/spectrum/gstspectrum.h +++ b/gst/spectrum/gstspectrum.h @@ -60,7 +60,8 @@ struct _GstSpectrum { gint num_frames; /* frame count (1 sample per channel) * since last emit */ gint num_fft; /* number of FFTs since last emit */ - + GstClockTime message_ts; /* starttime for next message */ + /* <private> */ gfloat *spect_magnitude; gfloat *spect_phase; |