mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
docs: copy-paste fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2861>
This commit is contained in:
parent
3aafef7955
commit
7ef60aa0f9
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