[Bug 782214] glutils: fix incompatible type issue for set texture target

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 5 11:49:41 UTC 2017


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

--- Comment #3 from kevin <kevinbing.song at gmail.com> ---
we met invalid memory ptr issue with glimagesink plugin. Here is potential
issue as the function parameter have incompatible type. _gst_gl_log2_int64()
return guint64 while gst_gl_value_set_texture_target() need GstGLTextureTarget
which is 32 bits enum.

-- 
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