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 792342 - gldownload: Should not set texture-target when exporting with memory:DMABuf
gldownload: Should not set texture-target when exporting with memory:DMABuf
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal minor
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-01-08 21:29 UTC by Nicolas Dufresne (ndufresne)
Modified: 2018-02-09 01:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicolas Dufresne (ndufresne) 2018-01-08 21:29:43 UTC
I just notice that we set texture-target=2D when we export to DMABuf. This didn't break anything, but it meaningless for non GLMemory.
Comment 1 Matthew Waters (ystreet00) 2018-02-09 01:34:02 UTC
commit 0d69b9d3ccb943f416a87cb3d1a6c6b1f519a891
Author: Matthew Waters <matthew@centricular.com>
Date:   Fri Feb 9 12:32:52 2018 +1100

    gldownload: remove texture-target field from dmabuf/sysmem caps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792342