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 722247 - vaapisink: add support for "display-name" property
vaapisink: add support for "display-name" property
Status: RESOLVED FIXED
Product: gstreamer-vaapi
Classification: Other
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: gstreamer-vaapi maintainer(s)
gstreamer-vaapi maintainer(s)
Depends on:
Blocks: 720305
 
 
Reported: 2014-01-15 09:35 UTC by Gwenole Beauchesne
Modified: 2014-07-25 15:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2014-01-15 09:35:33 UTC
Add a "display-name" property to vaapisink so that the end user could select the desired output. Keep "display-name" in-line with the existing "display" (GstVaapiDisplayXXX type).

So, for X11 or GLX, the "display-name" is the usual display name as we know for XOpenDisplay; for Wayland, the "display-name" is the name used for wl_display_connect(); and for DRM, the "display-name" is actually the DRI device name.
Comment 1 Gwenole Beauchesne 2014-07-25 15:37:18 UTC
commit 5ffa82b64cd1a45794d66fcd09b7ccc65eeec787
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Fri Jul 25 11:13:29 2014 +0200

    vaapisink: add support for "display-name" property.
    
    Add a "display-name" property to vaapisink so that the end user could
    select the desired output. Keep "display-name" in-line with the existing
    "display" (GstVaapiDisplayXXX type).
    
    So, for X11 or GLX, the "display-name" is the usual display name as we
    know for XOpenDisplay(); for Wayland, the "display-name" is the name used
    for wl_display_connect(); and for DRM, the "display-name" is actually the
    DRI device name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722247