mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
docs: copy-paste fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2857>
This commit is contained in:
parent
0d5d94aabd
commit
16a3fc3c6d
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue