test: fix copy and paste error of variable name
authorStefan Kost <ensonic@users.sf.net>
Fri, 30 Apr 2010 05:45:43 +0000 (08:45 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 30 Apr 2010 06:24:14 +0000 (09:24 +0300)
tests/icles/audio-trickplay.c

index d87196e..15d9913 100644 (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;
     }