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 720608 - vaapidecode: add system memory caps to template caps
vaapidecode: add system memory caps to template caps
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:
Blocks: 719412
 
 
Reported: 2013-12-17 15:29 UTC by Matthieu Bouron
Modified: 2014-01-14 18:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vaapidecode: add system memory caps to template caps (1.01 KB, patch)
2013-12-17 15:30 UTC, Matthieu Bouron
none Details | Review

Description Matthieu Bouron 2013-12-17 15:29:21 UTC
Since vaapidecode provides buffer that can be mapped as regular memory, those caps should be added to the template caps.
Comment 1 Matthieu Bouron 2013-12-17 15:30:12 UTC
Created attachment 264416 [details] [review]
vaapidecode: add system memory caps to template caps
Comment 2 Gwenole Beauchesne 2014-01-14 18:17:47 UTC
commit cb81acd48ce04ae94757e6ec81a915863d51872e
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Tue Dec 17 15:27:10 2013 +0000

    vaapidecode: add system memory caps to template caps.
    
    Since vaapidecode provides buffer that can be mapped as regular memory,
    those caps should be added to the template caps. That only applies to
    GStreamer >= 1.2.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720608
    
    Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>