From a0a09227de44b5b819015e5c9e008874aec1a559 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 30 Apr 2010 08:45:43 +0300 Subject: [PATCH] test: fix copy and paste error of variable name --- tests/icles/audio-trickplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c index d87196e..15d9913 100644 --- a/tests/icles/audio-trickplay.c +++ b/tests/icles/audio-trickplay.c @@ -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; } -- 2.7.4