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

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


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

            Bug ID: 782214
           Summary: glutils: fix incompatible type issue for set texture
                    target
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kevinbing.song at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

GstGLTextureTarget is enum. Different compile has different define for enum. It
is 32 bits on our platform. But below function use 64 bits parameter. It will
cause invalid memory access.

gst_gl_value_set_texture_target (value,
        _gst_gl_log2_int64 (target_mask));

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