From 7f2770af7c750c03f8a11eb56667cdc03285cfe0 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Mon, 3 Jun 2013 18:13:52 +1000 Subject: [PATCH] [691/906] feature: make gst_gl_check_extension public prevents duplication of code of extension string parsing in GstGLWindow's --- gst-libs/gst/gl/gstglfeature.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gst-libs/gst/gl/gstglfeature.h b/gst-libs/gst/gl/gstglfeature.h index 60f1ef6..4105d62 100644 --- a/gst-libs/gst/gl/gstglfeature.h +++ b/gst-libs/gst/gl/gstglfeature.h @@ -87,6 +87,9 @@ struct _GstGLFeatureData }; gboolean +gst_gl_check_extension (const char *name, const gchar * ext); + +gboolean _gst_gl_feature_check (GstGLDisplay *display, const char *driver_prefix, const GstGLFeatureData *data, -- 2.7.4