mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[691/906] feature: make gst_gl_check_extension public
prevents duplication of code of extension string parsing in GstGLWindow's
This commit is contained in:
parent
46decac44e
commit
7f2770af7c
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ struct _GstGLFeatureData
|
||||||
const GstGLFeatureFunction *functions;
|
const GstGLFeatureFunction *functions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
gst_gl_check_extension (const char *name, const gchar * ext);
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
_gst_gl_feature_check (GstGLDisplay *display,
|
_gst_gl_feature_check (GstGLDisplay *display,
|
||||||
const char *driver_prefix,
|
const char *driver_prefix,
|
||||||
|
|
Loading…
Reference in a new issue