From 9a8e68e837029031bf082350ff5dfb2ef5cf4f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 4 Feb 2015 16:27:54 -0500 Subject: rtpconference: Make get_extension() static --- gst/fsrtpconference/fs-rtp-codec-negotiation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/fsrtpconference/fs-rtp-codec-negotiation.c b/gst/fsrtpconference/fs-rtp-codec-negotiation.c index cc4ab998..2e87b3d6 100644 --- a/gst/fsrtpconference/fs-rtp-codec-negotiation.c +++ b/gst/fsrtpconference/fs-rtp-codec-negotiation.c @@ -1532,7 +1532,7 @@ lookup_codec_association_by_codec_for_sending (GList *codec_associations, return res; } -FsRtpHeaderExtension * +static FsRtpHeaderExtension * get_extension (GList *hdrexts, const gchar *uri, guint id) { GList *item; -- cgit v1.2.1