summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-28 10:50:23 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-28 10:55:10 +0200
commitc9b5bee53d5b21420f658fab1fa1c86f2d304120 (patch)
tree6d751ba8e1a5d17c7039021be5f9bacca85b42e6 /gst-libs
parentfcf87ef2bf1967512e9e44f46f6a20eb542b6cc4 (diff)
downloadgstreamer-plugins-bad-c9b5bee53d5b21420f658fab1fa1c86f2d304120.tar.gz
glutils: Mark private functions as G_GNUC_INTERNAL
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/gl/gstglutils_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/gl/gstglutils_private.h b/gst-libs/gst/gl/gstglutils_private.h
index 008fcc6dc..64194a6ef 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