[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
df675e7335
commit
d88a9c0044
@ -86,6 +86,9 @@ struct _GstGLFeatureData
|
||||
const GstGLFeatureFunction *functions;
|
||||
};
|
||||
|
||||
gboolean
|
||||
gst_gl_check_extension (const char *name, const gchar * ext);
|
||||
|
||||
gboolean
|
||||
_gst_gl_feature_check (GstGLDisplay *display,
|
||||
const char *driver_prefix,
|
||||
|
Loading…
x
Reference in New Issue
Block a user