glquery: fix a possible unintialized value
authorMatthew Waters <matthew@centricular.com>
Mon, 2 Mar 2020 08:35:16 +0000 (19:35 +1100)
committerMatthew Waters <matthew@centricular.com>
Mon, 2 Mar 2020 08:36:50 +0000 (19:36 +1100)
commit7da70e2b9f3eae7821c4bda0eed29106395b8f7a
tree28f0613e272ea02c6fae0a7507e4079c6d97a6ea
parentc7c2d09acf62dcad6960ff363a93e86a74d6bfaa
glquery: fix a possible unintialized value

A GL driver may not fill the resulting value so initialize it to 0
ourselves.
gst-libs/gst/gl/gstglquery.c