mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
glutils: Mark private functions as G_GNUC_INTERNAL
This commit is contained in:
parent
1c1094e4e7
commit
108eef7ac7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue