summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-08-14 12:47:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-08-14 12:47:09 +0000
commitcc3f301d406d446fde461544009f01b4e1f53b36 (patch)
tree65abbf177e4decc123484a5c97f2b9ff2ed2f411 /tests
parent13de1e039b91df607691c0bad6f5103114233ebc (diff)
tests/check/elements/level.c: Fix compilation some more.
Original commit message from CVS: * tests/check/elements/level.c: (GST_START_TEST): Fix compilation some more.
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/level.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/level.c b/tests/check/elements/level.c
index c932fd00..e330a3e7 100644
--- a/tests/check/elements/level.c
+++ b/tests/check/elements/level.c
@@ -200,6 +200,7 @@ GST_START_TEST (test_int16_panned)
const GValue *list, *value;
GstClockTime endtime;
gdouble dB;
+ gchar *fields[3] = { "rms", "peak", "decay" };
level = setup_level ();
g_object_set (level, "message", TRUE, "interval", GST_SECOND / 10, NULL);
@@ -248,7 +249,6 @@ GST_START_TEST (test_int16_panned)
"level");
fail_unless (gst_structure_get_clock_time (structure, "endtime", &endtime));
- gchar *fields[3] = { "rms", "peak", "decay" };
/* silence has 0 dB for rms, peak and decay */
for (j = 0; j < 3; ++j) {
list = gst_structure_get_value (structure, fields[j]);