GNOME Bugzilla – Bug 736712
texture: add support for cropping rectangle during transfer
Last modified: 2015-01-27 17:17:29 UTC
The gst_vaapi_texture_put_surface() function is missing a crop_rect argument that would be used during transfer for cropping the source surface to the desired dimensions. Note: from a user point-of-view, he should create the GstVaapiTexture object with the cropped size. That's the default behaviour in SW decoding pipelines that we need to cope with. This is an API/ABI change, and SONAME version needs to be bumped.
commit 0a108653f2f78d7c25e3d20226cad0990d211f7e Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com> Date: Thu Oct 23 11:56:31 2014 +0200 texture: add support for cropping rectangle during transfer. The gst_vaapi_texture_put_surface() function is missing a crop_rect argument that would be used during transfer for cropping the source surface to the desired dimensions. Note: from a user point-of-view, he should create the GstVaapiTexture object with the cropped size. That's the default behaviour in software decoding pipelines that we need to cope with. This is an API/ABI change, and SONAME version needs to be bumped. https://bugzilla.gnome.org/show_bug.cgi?id=736712