summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-17 15:03:13 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-02-17 15:07:37 +0000
commitd6685b247a86d9859a88c2a974f921ab7100a687 (patch)
treed3f8e4bacb082b96ba19337d6475f8cf67f95218
parent97f6f7c71348dc49b32183f83c1000379ead2b77 (diff)
downloadgstreamer-plugins-good-d6685b247a86d9859a88c2a974f921ab7100a687.tar.gz
rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions
-rw-r--r--gst/rtp/gstrtputils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtputils.h b/gst/rtp/gstrtputils.h
index 8e142730e..3910aeb99 100644
--- a/gst/rtp/gstrtputils.h
+++ b/gst/rtp/gstrtputils.h
@@ -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