glutils: Mark private functions as G_GNUC_INTERNAL
This commit is contained in:
parent
fcf87ef2bf
commit
c9b5bee53d
@ -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…
x
Reference in New Issue
Block a user