tests: fix unused-variable compiler warning

This commit is contained in:
Tim-Philipp Müller 2011-12-25 21:02:41 +00:00
parent 3cb0830cfc
commit f52ffa5f0e

View file

@ -83,7 +83,6 @@ main (gint argc, gchar * argv[])
GstElement *src, *sink;
GstElement *bin;
GstInterpolationControlSource *csource;
GValue freq = { 0, };
GstClockTime bt, ct;
GstClockTimeDiff elapsed;
GstClockTime tick;