test: fix copy and paste error of variable name
This commit is contained in:
parent
274f80c7a1
commit
a0a09227de
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user