mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +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
|
||||
|
||||
/* Element utility functions */
|
||||
G_GNUC_INTERNAL
|
||||
GstCaps *__gst_audio_element_proxy_getcaps (GstElement * element, GstPad * sinkpad,
|
||||
GstPad * srcpad, GstCaps * initial_caps,
|
||||
GstCaps * filter);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue