gstreamer/gst/videoscale
2018-04-25 11:05:56 +01:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstvideoscale.h video-converter: Implement multi-threaded scaling/conversion 2017-02-23 21:55:29 +02:00
Makefile.am Remove plugin specific static build option 2017-05-16 13:42:07 -04:00
meson.build Meson: Generate pc file for all plugins in base 2018-04-25 11:05:56 +01:00
README fix caps 2012-09-14 13:22:31 +02:00

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