gstreamer/gst/videoscale
Ronald S. Bultje a1e2e9442d gst/videoscale/gstvideoscale.c: PAR can be non-fixed when not provided as argument (#162626).
Original commit message from CVS:
* gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
PAR can be non-fixed when not provided as argument (#162626).
2005-01-29 13:24:33 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c gst/videoscale/gstvideoscale.c: PAR can be non-fixed when not provided as argument (#162626). 2005-01-29 13:24:33 +00:00
gstvideoscale.h pixel aspect ratio handling 2004-07-27 16:43:24 +00:00
Makefile.am Remove all locally-defined optimization flags 2003-09-11 19:58:00 +00:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.c gst/videoscale/: leak fixes 2004-11-03 16:08:14 +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 Change .p2align to .align for non-gas assemblers. (Fixes: #112608) 2003-05-09 18:36:50 +00:00

- 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