gstreamer/gst/videoscale
Wim Taymans 3d733ad09f videoscale: fix gamma-decode option
We need to use the enum to configure the option now.
2015-09-03 17:56:05 +02:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c videoscale: fix gamma-decode option 2015-09-03 17:56:05 +02:00
gstvideoscale.h videoscale: fix debug categories 2015-07-03 21:08:03 +02:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00
README fix caps 2012-09-14 13:22:31 +02:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00: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