From: Stefan Kost Date: Fri, 30 Apr 2010 05:45:43 +0000 (+0300) Subject: test: fix copy and paste error of variable name X-Git-Tag: RELEASE-0.10.30~258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0a09227de44b5b819015e5c9e008874aec1a559;p=platform%2Fupstream%2Fgst-plugins-base.git test: fix copy and paste error of variable name --- 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; }