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 779400 - vaapi: wayland window: more cases of using vpp
vaapi: wayland window: more cases of using vpp
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer-vaapi
git master
Other Linux
: Normal normal
: 1.11.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-01 05:59 UTC by Hyunjun Ko
Modified: 2017-03-02 01:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libs: window: wayland: handle more VAStatus to use vpp (1.28 KB, patch)
2017-03-01 06:03 UTC, Hyunjun Ko
committed Details | Review

Description Hyunjun Ko 2017-03-01 05:59:14 UTC
Since the PR https://github.com/01org/intel-vaapi-driver/pull/55 landed,
we can do color-transformation by using vpp on wayland.

According to the commit, we should expand handling more VAStatus values to get it working.
Comment 1 Hyunjun Ko 2017-03-01 06:01:35 UTC
We can test this with media below:
# gst-play-1.0 op1a-pal-mpeg2.mxf/op1a-mpeg2-wave_hd.mxf/rawaudioS32LE_prores.mov/raw_video.mov

These are located in gst-validate/gst-integration-testsuites/medias.
Comment 2 Hyunjun Ko 2017-03-01 06:03:28 UTC
Created attachment 346951 [details] [review]
libs: window: wayland: handle more VAStatus to use vpp

Since the commit landed https://github.com/01org/intel-vaapi-driver/pull/55,
we should consider more returned VAStatus to use vpp.
Comment 3 Víctor Manuel Jáquez Leal 2017-03-02 01:36:03 UTC
Review of attachment 346951 [details] [review]:

lgtm
Comment 4 Víctor Manuel Jáquez Leal 2017-03-02 01:36:12 UTC
Review of attachment 346951 [details] [review]:

lgtm
Comment 5 Víctor Manuel Jáquez Leal 2017-03-02 01:41:05 UTC
Attachment 346951 [details] pushed as c4ef779 - libs: window: wayland: handle more VAStatus to use vpp