summaryrefslogtreecommitdiff
path: root/gst/fsrtpconference/fs-rtp-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/fsrtpconference/fs-rtp-stream.h')
-rw-r--r--gst/fsrtpconference/fs-rtp-stream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/fsrtpconference/fs-rtp-stream.h b/gst/fsrtpconference/fs-rtp-stream.h
index 9f1878b6..5fa1c7b8 100644
--- a/gst/fsrtpconference/fs-rtp-stream.h
+++ b/gst/fsrtpconference/fs-rtp-stream.h
@@ -121,6 +121,11 @@ void
fs_rtp_stream_set_negotiated_codecs_unlock (FsRtpStream *stream,
GList *codecs);
+gboolean
+validate_srtp_parameters (GstStructure *parameters,
+ gint *srtp_cipher, gint *srtcp_cipher, gint *srtp_auth, gint *srtcp_auth,
+ GstBuffer **key, guint *replay_window, GError **error);
+
G_END_DECLS
#endif /* __FS_RTP_STREAM_H__ */