gl: initialize output params to 0 before calling gl functions
authorJulien Isorce <j.isorce@samsung.com>
Thu, 2 Jul 2015 09:26:18 +0000 (10:26 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Thu, 2 Jul 2015 14:16:56 +0000 (15:16 +0100)
commitf037b28a7b6e3bc52d45c1ab32c2ae33edca6f35
tree5c72708e9702934bcdeba3417e5fc2ac1ef445ec
parentfe283a9aeb62ad0a0f56c02772339153c1df96af
gl: initialize output params to 0 before calling gl functions

The client side API of the Chromium's GPU Process has asserts
in debug mode that check that output params are initialized to 0.
gst-libs/gst/gl/gstglcolorconvert.c
gst-libs/gst/gl/gstglcontext.c
gst-libs/gst/gl/gstglframebuffer.c
gst-libs/gst/gl/gstglshader.c
gst-libs/gst/gl/gstglviewconvert.c