summaryrefslogtreecommitdiffstats
path: root/gst/level/gstlevel.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-08-10 11:32:03 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-08-10 11:32:03 +0000
commitcac09e5a1b5079a642fe72157ce6197d7d46d5e4 (patch)
treed09b667bdee1f938b6c8e2f5af8119b517454dc6 /gst/level/gstlevel.h
parentb7dcc1908490d94b8c14b83f9683f3c802776ab6 (diff)
gst/level/gstlevel.*: Send same timestamp/duration details as videoanalysis. This gives applications better chance to...
Original commit message from CVS: * gst/level/gstlevel.c: * gst/level/gstlevel.h: Send same timestamp/duration details as videoanalysis. This gives applications better chance to sync analysis results with playback.
Diffstat (limited to 'gst/level/gstlevel.h')
-rw-r--r--gst/level/gstlevel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/level/gstlevel.h b/gst/level/gstlevel.h
index 3cd5d3a8..d8c06a2f 100644
--- a/gst/level/gstlevel.h
+++ b/gst/level/gstlevel.h
@@ -67,6 +67,7 @@ struct _GstLevel {
gdouble decay_peak_falloff; /* falloff in dB/sec */
gint num_frames; /* frame count (1 sample per channel)
* since last emit */
+ GstClockTime message_ts; /* starttime for next message */
/* per-channel arrays for intermediate values */
gdouble *CS; /* normalized Cumulative Square */