rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions
authorTim-Philipp Müller <tim@centricular.com>
Wed, 17 Feb 2016 15:03:13 +0000 (15:03 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 17 Feb 2016 15:07:37 +0000 (15:07 +0000)
gst/rtp/gstrtputils.h

index 8e14273..3910aeb 100644 (file)
 
 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