From d88a9c0044440715c8e4f70b4659dc89ba8ed2d3 Mon Sep 17 00:00:00 2001
From: Matthew Waters <ystreet00@gmail.com>
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 60f1ef6995..4105d6200f 100644
--- a/gst-libs/gst/gl/gstglfeature.h
+++ b/gst-libs/gst/gl/gstglfeature.h
@@ -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,