tests: add basic support for video cropping.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 8 Jul 2013 15:01:21 +0000 (17:01 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 8 Jul 2013 16:52:56 +0000 (18:52 +0200)
commit0829d94f38d88f5f59311023ce193993ce088800
tree0e108db33649052ff06096ec9dce7acca87e40b9
parent5bbab30859b599a8473dda2b83744eaefaff4fd2
tests: add basic support for video cropping.

Change generic decoder of sample I-frame to return a GstVaapiSurfaceProxy
instead of a plain GstVaapiSurface. This means that we can now retrieve
the frame cropping rectangle from the surface proxy, along with additional
information if ever needed.
tests/decoder.c
tests/decoder.h
tests/test-decode.c
tests/test-subpicture.c