summaryrefslogtreecommitdiff
path: root/ext/gl/gstglmixer.h
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2014-11-27 21:05:45 +1100
committerMatthew Waters <matthew@centricular.com>2014-11-28 09:14:26 +1100
commit3c1e77eb3126a3afd297f99b64715fc89683d773 (patch)
tree01c56cd3a740ec265cb9903207de30ceb2bba8eb /ext/gl/gstglmixer.h
parent6bd1150ca889c17342520b3bbd8e729fb843a1a5 (diff)
downloadgstreamer-plugins-bad-3c1e77eb3126a3afd297f99b64715fc89683d773.tar.gz
gldisplay: implement runtime GL api filtering
Needed so that the pipeline/application can limit the choice of GL api to what it supports
Diffstat (limited to 'ext/gl/gstglmixer.h')
-rw-r--r--ext/gl/gstglmixer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gl/gstglmixer.h b/ext/gl/gstglmixer.h
index f25c30a32..4a92d5471 100644
--- a/ext/gl/gstglmixer.h
+++ b/ext/gl/gstglmixer.h
@@ -76,6 +76,7 @@ struct _GstGLMixer
struct _GstGLMixerClass
{
GstVideoAggregatorClass parent_class;
+ GstGLAPI supported_gl_api;
GstGLMixerSetCaps set_caps;
GstGLMixerReset reset;