gstreamer/gst/videoscale
Wim Taymans 93aa13639d Revert "Use init functions for Orc code"
This reverts commit b2051090b4.

Fixes the build again until someone pushes the regenerated .c/.h
files too.
2010-08-27 11:49:47 +02:00
..
.gitignore
gstvideoscale.c Revert "Use init functions for Orc code" 2010-08-27 11:49:47 +02:00
gstvideoscale.h
gstvideoscaleorc-dist.c
gstvideoscaleorc-dist.h
gstvideoscaleorc.orc Revert "Use init functions for Orc code" 2010-08-27 11:49:47 +02:00
Makefile.am
README
videoscale.vcproj
vs_4tap.c
vs_4tap.h
vs_fill_borders.c
vs_fill_borders.h
vs_image.c
vs_image.h
vs_scanline.c
vs_scanline.h

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