test: fix copy and paste error of variable name

This commit is contained in:
Stefan Kost 2010-04-30 08:45:43 +03:00
parent 274f80c7a1
commit a0a09227de

View File

@ -87,7 +87,7 @@ main (gint argc, gchar ** argv)
} }
if (use_adder) { if (use_adder) {
mix = gst_element_factory_make ("adder", NULL); mix = gst_element_factory_make ("adder", NULL);
if (!src) { if (!mix) {
GST_WARNING ("need adder from gst-plugins-base"); GST_WARNING ("need adder from gst-plugins-base");
goto Error; goto Error;
} }