summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;