From 6115f0b56c4db7a85a541dac13f9a98b1affab71 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 18:15:51 +0000 Subject: convert to using GstClockTime for all time values, finally. Original commit message from CVS: convert to using GstClockTime for all time values, finally. --- check/elements/level.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'check') diff --git a/check/elements/level.c b/check/elements/level.c index 79fa8538..88f68ffc 100644 --- a/check/elements/level.c +++ b/check/elements/level.c @@ -97,6 +97,7 @@ GST_START_TEST (test_int16) int i, j; gint16 *data; const GValue *list, *value; + GstClockTime endtime; gdouble dB; level = setup_level (); @@ -137,6 +138,7 @@ GST_START_TEST (test_int16) fail_if (structure == NULL); fail_unless_equals_string ((char *) gst_structure_get_name (structure), "level"); + fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime)); /* block wave of half amplitude has -5.94 dB for rms, peak and decay */ for (i = 0; i < 2; ++i) { -- cgit