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 777144 - gst-libs/gst/gl/gstglslstage.c: uses #ifdef GL_* constants instead of defining them
gst-libs/gst/gl/gstglslstage.c: uses #ifdef GL_* constants instead of definin...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-01-11 15:25 UTC by Juan Pablo Ugarte
Modified: 2017-01-13 00:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Define needed GL constants (2.10 KB, patch)
2017-01-11 15:25 UTC, Juan Pablo Ugarte
committed Details | Review

Description Juan Pablo Ugarte 2017-01-11 15:25:48 UTC
Created attachment 343313 [details] [review]
Define needed GL constants

As pointed out by ystreet00 on irc its better to define a GL constant if needed instead of using preprocessor conditionals
Comment 1 Matthew Waters (ystreet00) 2017-01-13 00:23:02 UTC
Thanks!

commit fb5339a3872a2159afd9e02a7dc4e71c2c1a34eb
Author: Juan Pablo Ugarte <ugarte@endlessm.com>
Date:   Wed Jan 11 10:37:34 2017 -0300

    glslstage: define GL constants if needed instead of using #ifdef
    
    https://bugzilla.gnome.org/show_bug.cgi?id=777144