[Bug 749430] gltestsrc ! glimagesink crash on windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 15 07:28:40 PDT 2015


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

--- Comment #5 from Xavier Claessens <xclaesse at gmail.com> ---
I have ~0 knowledge of GL, but is it normal that it calls RenderbufferStorage
twice?

    gl->RenderbufferStorage (GL_RENDERBUFFER, GL_DEPTH_COMPONENT, width,
        height);
    gl->RenderbufferStorage (GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, width,
        height);

If I comment out the first call, it won't crash and it display the test frame.
However the "snow" is not animated, but I think that's another bug.

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