mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions
This commit is contained in:
parent
97f6f7c713
commit
d6685b247a
1 changed files with 4 additions and 0 deletions
|
@ -25,9 +25,13 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void gst_rtp_copy_meta (GstElement * element, GstBuffer *outbuf, GstBuffer *inbuf, GQuark copy_tag);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void gst_rtp_drop_meta (GstElement * element, GstBuffer *buf, GQuark keep_tag);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
gboolean gst_rtp_read_golomb (GstBitReader * br, guint32 * value);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue