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) {
mix = gst_element_factory_make ("adder", NULL);
if (!src) {
if (!mix) {
GST_WARNING ("need adder from gst-plugins-base");
goto Error;
}