gstreamer/gst/videoscale
Ronald S. Bultje 2dd175a86a gst/videoscale/gstvideoscale.c: Fix negotiation.
Original commit message from CVS:
* gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
Fix negotiation.
2004-10-01 12:32:25 +00:00
..
.gitignore
gstvideoscale.c gst/videoscale/gstvideoscale.c: Fix negotiation. 2004-10-01 12:32:25 +00:00
gstvideoscale.h pixel aspect ratio handling 2004-07-27 16:43:24 +00:00
Makefile.am
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.c fix local includes and 64 bits constants 2004-07-27 21:51:32 +00:00
videoscale.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
videoscale_x86.c don't mix tabs and spaces 2004-03-15 19:32:28 +00:00
videoscale_x86.h *.h: Revert indenting 2004-03-15 16:32:55 +00:00
videoscale_x86_asm.s

- 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