From 16a3fc3c6d2f448172bc79878ce0f249606e6d9d Mon Sep 17 00:00:00 2001 From: Krystian Wojtas Date: Tue, 9 Aug 2022 16:24:48 +0200 Subject: [PATCH] docs: copy-paste fix Part-of: --- .../markdown/application-development/advanced/pipeline-manipulation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md b/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md index aef85a3..36e0840 100644 --- a/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md +++ b/subprojects/gst-docs/markdown/application-development/advanced/pipeline-manipulation.md @@ -416,7 +416,7 @@ main (gint argc, g_error ("Could not create 'videoconvert' element"); vs = gst_element_factory_make ("videoscale", "vs"); - if (csp == NULL) + if (vs == NULL) g_error ("Could not create 'videoscale' element"); sink = gst_element_factory_make ("autovideosink", "sink"); -- 2.7.4