After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736712 - texture: add support for cropping rectangle during transfer
texture: add support for cropping rectangle during transfer
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on: 736711
Blocks: 731852 736713
 
 
Reported: 2014-09-16 06:10 UTC by Gwenole Beauchesne
Modified: 2015-01-27 17:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2014-09-16 06:10:18 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.
Comment 1 Gwenole Beauchesne 2015-01-27 17:17:29 UTC
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