tests/check/libs/video.c: Add unit test that makes sure that the strides, offsets...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 2 Mar 2008 18:24:37 +0000 (18:24 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 2 Mar 2008 18:24:37 +0000 (18:24 +0000)
commitf82c6ab4f48285cf46ae2cfeb94d13a9e49504a4
tree59201580d5e2484d10917934dbbb1dd40776c7dd
parent843366350ebe516f51b53d5de7281c5a59765797
tests/check/libs/video.c: Add unit test that makes sure that the strides, offsets and sizes returned for the various ...

Original commit message from CVS:
* tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
(fourcc_list_struct), (fourcc_list), (fourcc_get_size),
(paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
(paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
(paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
(paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
(gst_video_format_is_packed), (video_format_is_packed):
Add unit test that makes sure that the strides, offsets and
sizes returned for the various YUV formats by the new video API
match the old reference implementation in videotestsrc.
ChangeLog
tests/check/libs/video.c