audio/video: Use G_GNUC_INTERNAL for internal functions

This commit is contained in:
Sebastian Dröge 2016-01-08 17:50:21 +02:00
parent 40f4c5e352
commit 0da2709d0c
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@
G_BEGIN_DECLS
/* Element utility functions */
G_GNUC_INTERNAL
GstCaps *__gst_audio_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
GstPad * srcpad, GstCaps * initial_caps,
GstCaps * filter);

View file

@ -31,6 +31,7 @@
G_BEGIN_DECLS
/* Element utility functions */
G_GNUC_INTERNAL
GstCaps *__gst_video_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
GstPad * srcpad, GstCaps * initial_caps,
GstCaps * filter);