mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
test: fix copy and paste error of variable name
This commit is contained in:
parent
274f80c7a1
commit
a0a09227de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue