tests: fix unused-variable compiler warning in audio trickplay test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 21:19:04 +0000 (21:19 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 21:19:04 +0000 (21:19 +0000)
tests/icles/audio-trickplay.c

index 9f19228..086cf67 100644 (file)
@@ -53,7 +53,6 @@ main (gint argc, gchar ** argv)
   GstClock *clock;
   GstClockID clock_id;
   GstClockReturn wait_ret;
-  GValue vol = { 0, };
   GstEvent *pos_seek, *rate_seek1, *rate_seek2;
   GstQuery *pos;
   GstSeekFlags flags;