mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
audio/video: Use G_GNUC_INTERNAL for internal functions
This commit is contained in:
parent
40f4c5e352
commit
0da2709d0c
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* Element utility functions */
|
/* Element utility functions */
|
||||||
|
G_GNUC_INTERNAL
|
||||||
GstCaps *__gst_audio_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
|
GstCaps *__gst_audio_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
|
||||||
GstPad * srcpad, GstCaps * initial_caps,
|
GstPad * srcpad, GstCaps * initial_caps,
|
||||||
GstCaps * filter);
|
GstCaps * filter);
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* Element utility functions */
|
/* Element utility functions */
|
||||||
|
G_GNUC_INTERNAL
|
||||||
GstCaps *__gst_video_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
|
GstCaps *__gst_video_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
|
||||||
GstPad * srcpad, GstCaps * initial_caps,
|
GstPad * srcpad, GstCaps * initial_caps,
|
||||||
GstCaps * filter);
|
GstCaps * filter);
|
||||||
|
|
Loading…
Reference in a new issue