From: Tim-Philipp Müller Date: Wed, 17 Feb 2016 15:03:13 +0000 (+0000) Subject: rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions X-Git-Tag: 1.19.3~509^2~2952 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6685b247a86d9859a88c2a974f921ab7100a687;p=platform%2Fupstream%2Fgstreamer.git rtp: sprinkle some G_GNUC_INTERNAL for internal utils functions --- diff --git a/gst/rtp/gstrtputils.h b/gst/rtp/gstrtputils.h index 8e14273..3910aeb 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