From 108eef7ac776281c219329f42f41d670eb5d2394 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 28 Feb 2017 10:50:23 +0200 Subject: [PATCH] glutils: Mark private functions as G_GNUC_INTERNAL --- gst-libs/gst/gl/gstglutils_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/gl/gstglutils_private.h b/gst-libs/gst/gl/gstglutils_private.h index 008fcc6..64194a6 100644 --- a/gst-libs/gst/gl/gstglutils_private.h +++ b/gst-libs/gst/gl/gstglutils_private.h @@ -25,8 +25,8 @@ G_BEGIN_DECLS -gboolean gst_gl_run_query (GstElement * element, GstQuery * query, GstPadDirection direction); -void gst_gl_get_affine_transformation_meta_as_ndc (GstVideoAffineTransformationMeta * meta, gfloat * matrix); +G_GNUC_INTERNAL gboolean gst_gl_run_query (GstElement * element, GstQuery * query, GstPadDirection direction); +G_GNUC_INTERNAL void gst_gl_get_affine_transformation_meta_as_ndc (GstVideoAffineTransformationMeta * meta, gfloat * matrix); G_END_DECLS -- 2.7.4