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 761272 - glGenBuffers parameter should be GLsizei not GLuint
glGenBuffers parameter should be GLsizei not GLuint
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.6.2
Other Windows
: Normal minor
: 1.6.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
1.6.4
Depends on:
Blocks:
 
 
Reported: 2016-01-29 02:40 UTC by comicfans44
Modified: 2016-04-14 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
misc patch to correct this (921 bytes, patch)
2016-01-29 02:40 UTC, comicfans44
committed Details | Review

Description comicfans44 2016-01-29 02:40:29 UTC
Created attachment 319995 [details] [review]
misc patch to correct this

according to https://www.opengl.org/sdk/docs/man/html/glGenBuffers.xhtml
Comment 1 Matthew Waters (ystreet00) 2016-01-29 03:37:08 UTC
commit 0891b90111aa8749c8ab08bab180e8bd3ff083dd
Author: Wang Xin-yu (王昕宇) <comicfans44@gmail.com>
Date:   Fri Jan 29 10:35:15 2016 +0800

    glprototypes: fix parameter type of glGenBuffers
    
    The number of buffers should be GLsizei instead of GLuint.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761272

and 1.6 6fef5095b07de95969089be57bf365d8daac409e