tests: Fix unitialized variable.

This commit is contained in:
Edward Hervey 2010-03-11 16:09:26 +01:00
parent 3a7d632a59
commit d91a466dd5

View file

@ -36,7 +36,7 @@ main (gint argc, gchar ** argv)
GstEvent *pos_seek, *rate_seek;
GstQuery *pos;
/* options */
gboolean use_adder;
gboolean use_adder = FALSE;
gst_init (&argc, &argv);
gst_controller_init (&argc, &argv);