gstreamer/gst/videoscale
Jan Schmidt e828178eca gst/audioresample/gstaudioresample.c: Don't leak references to the incoming caps. Clean them up when stopping.
Original commit message from CVS:
* gst/audioresample/gstaudioresample.c: (audioresample_stop),
(audioresample_set_caps):
Don't leak references to the incoming caps. Clean them up when
stopping.
* gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
(gst_video_scale_finalize):
Don't leak our temporary pixel buffer.
* tests/check/Makefile.am:
* tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
(GST_START_TEST), (simple_launch_lines_suite):
Fix leaks and re-enable the test for valgrind checking.
2006-07-28 17:17:24 +00:00
..
.gitignore Initial revision 2001-12-22 23:27:17 +00:00
gstvideoscale.c gst/audioresample/gstaudioresample.c: Don't leak references to the incoming caps. Clean them up when stopping. 2006-07-28 17:17:24 +00:00
gstvideoscale.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
Makefile.am Fix integer overflow problem with pixel-aspect-ratio calculations in videoscale and xvimagesink (#341542) 2006-05-12 21:30:00 +00:00
README add _get_size function with stride, fixes YUV conversions 2004-07-27 15:56:55 +00:00
videoscale.vcproj more working plugins 2004-07-27 21:41:30 +00:00
vs_image.c gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo ixes a seggie mcfalterson (#310894). 2005-07-20 17:30:45 +00:00
vs_image.h gst/videoscale: Merge David's work from 0.8 branch. Changes to come later. 2005-07-01 16:55:43 +00:00
vs_scanline.c gst/videoscale/vs_scanline.c: Revert optimization in videoscale. It should go in liboil and have an appropriate liboi... 2006-02-28 12:19:11 +00:00
vs_scanline.h gst/videoscale: Merge David's work from 0.8 branch. Changes to come later. 2005-07-01 16:55:43 +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