pbutils: Mark private functions as G_GNUC_INTERNAL

This commit is contained in:
Sebastian Dröge 2016-07-08 15:44:26 +03:00
parent c646c62a02
commit d31f958d17

View File

@ -106,5 +106,5 @@ struct _GstDiscovererInfo {
}; };
/* missing-plugins.c */ /* missing-plugins.c */
G_GNUC_INTERNAL
GstCaps *copy_and_clean_caps (const GstCaps * caps); GstCaps *copy_and_clean_caps (const GstCaps * caps);