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 753639 - gl: ClearDepth call missing
gl: ClearDepth call missing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.5.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-14 18:01 UTC by Martin Kelly
Modified: 2015-08-16 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (846 bytes, patch)
2015-08-14 18:01 UTC, Martin Kelly
none Details | Review
v2 (using GLclampd) (849 bytes, patch)
2015-08-14 18:25 UTC, Martin Kelly
none Details | Review
v3, referencing bugzilla in commit (936 bytes, patch)
2015-08-14 18:45 UTC, Martin Kelly
committed Details | Review

Description Martin Kelly 2015-08-14 18:01:57 UTC
Created attachment 309299 [details] [review]
Patch

The opengl ClearDepth call is missing. The attached patch corrects this.
Comment 1 Martin Kelly 2015-08-14 18:10:39 UTC
This should technically be GLclampd instead of GLdouble; I will revise my patch to correct that.
Comment 2 Martin Kelly 2015-08-14 18:25:27 UTC
Created attachment 309300 [details] [review]
v2 (using GLclampd)
Comment 3 Martin Kelly 2015-08-14 18:45:26 UTC
Created attachment 309301 [details] [review]
v3, referencing bugzilla in commit

Now referencing the bugzilla bug.
Comment 4 Sebastian Dröge (slomo) 2015-08-15 07:29:08 UTC
commit 591b2e2c68ac83b09394e3d19f6dca7ca0340294
Author: Martin Kelly <martin@surround.io>
Date:   Fri Aug 14 10:32:14 2015 -0700

    opengl: add missing ClearDepth prototype
    
    The ClearDepth call is missing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753639