summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-02-04 16:27:54 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-02-04 16:27:54 -0500
commit9a8e68e837029031bf082350ff5dfb2ef5cf4f7a (patch)
treee2656bffed57538c1e32a7af5050d7a0ad731af1 /gst
parent7cec3506bfe45a89c3043bd4a3026c997f858fcf (diff)
downloadfarstream-9a8e68e837029031bf082350ff5dfb2ef5cf4f7a.tar.gz
rtpconference: Make get_extension() static
Diffstat (limited to 'gst')
-rw-r--r--gst/fsrtpconference/fs-rtp-codec-negotiation.c2
1 files changed, 1 insertions, 1 deletions
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;