[Bug 751228] texParameterf missing?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jun 22 10:14:15 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751228

--- Comment #2 from john at theludwigs.com ---
i'm not currently enlisted as a gstreamer developer but will get on that.

in the meantime, the change is simple.  in
gst-plugins-bad/gst-libs/gl/glprototypes/base.h, add the following function
declaration at line 181 (or earlier if you are not concerned about table
reordering)

GST_GL_EXT_FUNCTION (void, TexParameterf,
                     (GLenum target,
                      GLenum pname,
                      GLfloat param))

i've been building with this for 3 days and seems to work fine.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list