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 733984 - vaapisink: drop GLX rendering and fancy effects
vaapisink: drop GLX rendering and fancy effects
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: 731852
 
 
Reported: 2014-07-30 14:53 UTC by Gwenole Beauchesne
Modified: 2014-07-30 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gwenole Beauchesne 2014-07-30 14:53:23 UTC
Rendering with GLX in vaapisink is kind of useless nowadays, including OpenGL related fancy effects. Plain VA/GLX interfaces are also getting deprecated in favor of EGL, or more direct buffer sharing with actual GL textures.

Should testing of interop with GLX be needed, one could still be using the modern cluttersink or glimagesink elements.

This is a placeholder to collect opinions of people of why GLX rendering in vaapisink would be needed. Note: "use-glx" was set to FALSE by default, for ages.
Comment 1 Gwenole Beauchesne 2014-07-30 16:41:28 UTC
commit 8298d64aad23125d1809f4799d3f669677a3cb86
Author: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Date:   Wed Jul 30 16:35:32 2014 +0200

    vaapisink: drop GLX rendering and fancy effects.
    
    Rendering with GLX in vaapisink is kind of useless nowadays, including
    OpenGL related fancy effects. Plain VA/GLX interfaces are also getting
    deprecated in favor of EGL, or more direct buffer sharing with actual
    GL textures.
    
    Should testing of interop with GLX be needed, one could still be using
    the modern cluttersink or glimagesink elements.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733984