gstreamer/subprojects/gst-plugins-base/gst/videoconvertscale
Shengqi Yu 65327c1a8c videoscale: correct classification error
videoscale does not have convert function, so remove the convert
description in it's classification. Otherwise, if we want use
autovideoconvert to convert colorsapce, autovideoconvert will select
videoscale to do convert and this will cause to fail.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7235>
2024-07-25 16:43:34 +00:00
..
gstvideoconvert.c
gstvideoconvert.h
gstvideoconvertscale.c video-filters: Fix passthrough with ANY caps feature 2023-10-03 21:13:00 +00:00
gstvideoconvertscale.h
gstvideoconvertscaleplugin.c
gstvideoscale.c videoscale: correct classification error 2024-07-25 16:43:34 +00:00
gstvideoscale.h
meson.build
README

- test different strides using
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoconvertscale ! video/x-raw,width=328,height=240 ! xvimagesink
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoconvertscale ! video/x-raw,width=324,height=240 ! xvimagesink
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoconvertscale ! video/x-raw,width=322,height=240 ! xvimagesink
gst-launch -v videotestsrc ! video/x-raw,width=320,height=240,format=UYVY ! videoconvertscale ! video/x-raw,width=321,height=240 ! xvimagesink