From cac09e5a1b5079a642fe72157ce6197d7d46d5e4 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 10 Aug 2008 11:32:03 +0000 Subject: 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. --- gst/level/gstlevel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/level/gstlevel.h') 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 */ -- cgit