gl: add a gstglquery object for arbitrary GL queries
authorMatthew Waters <matthew@centricular.com>
Fri, 8 Jan 2016 07:36:54 +0000 (18:36 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:15 +0000 (19:32 +0000)
commit65533b807c9f77fdcc141415ecfd5ac778e7b0d8
treea3d236de07c2f5ff71390b8d77eb3b8d1fb0cde6
parenta41f91253e00c7fd4a24e260b96ca1e4267fd373
gl: add a gstglquery object for arbitrary GL queries

Currently only GL_TIME_ELAPSED and GL_TIMESTAMP are supported
gst-libs/gst/gl/Makefile.am
gst-libs/gst/gl/gl.h
gst-libs/gst/gl/glprototypes/Makefile.am
gst-libs/gst/gl/glprototypes/all_functions.h
gst-libs/gst/gl/glprototypes/query.h [new file with mode: 0644]
gst-libs/gst/gl/gstgl_fwd.h
gst-libs/gst/gl/gstglquery.c [new file with mode: 0644]
gst-libs/gst/gl/gstglquery.h [new file with mode: 0644]
tests/check/libs/gstglquery.c [new file with mode: 0644]