gstreamer/subprojects/gst-plugins-base/gst/videoconvertscale
2022-04-20 17:09:20 -04:00
..
gstvideoconvert.c videoconvertscale: Add properties to disable scaling/converting in videoconvert/videoscale 2022-04-20 17:09:20 -04:00
gstvideoconvert.h Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00
gstvideoconvertscale.c videoconvertscale: Add properties to disable scaling/converting in videoconvert/videoscale 2022-04-20 17:09:20 -04:00
gstvideoconvertscale.h videoconvertscale: Add properties to disable scaling/converting in videoconvert/videoscale 2022-04-20 17:09:20 -04:00
gstvideoconvertscaleplugin.c Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00
gstvideoscale.c videoconvertscale: Add properties to disable scaling/converting in videoconvert/videoscale 2022-04-20 17:09:20 -04:00
gstvideoscale.h Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00
meson.build Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00
README Introduce the videocolorscale element 2022-04-20 17:03:21 -04:00

- 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