summaryrefslogtreecommitdiffstats
path: root/gst/spectrum/gstspectrum.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-08-10 15:52:42 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-10 15:52:42 +0000
commit20b5b4c2d9bb33157ce27386fd0017883499c7fd (patch)
tree2138fd26f4731a8430cc2e29375f8e2510610257 /gst/spectrum/gstspectrum.h
parentcac09e5a1b5079a642fe72157ce6197d7d46d5e4 (diff)
gst/level/gstlevel.c: Little renaming (l -> level).
Original commit message from CVS: * gst/level/gstlevel.c: Little renaming (l -> level). * gst/spectrum/gstspectrum.c: * gst/spectrum/gstspectrum.h: Also send full timestamp/duration details here.
Diffstat (limited to 'gst/spectrum/gstspectrum.h')
-rw-r--r--gst/spectrum/gstspectrum.h3
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;