tests: fix unused-variable compiler warning in audio trickplay test

This commit is contained in:
Tim-Philipp Müller 2011-12-25 21:19:04 +00:00
parent a9b63a838b
commit 00d4a0c6d4

View 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;