summaryrefslogtreecommitdiff
path: root/gst/fsrtpconference/fs-rtp-stream.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2015-07-24 19:52:11 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-07-24 19:52:11 -0400
commitc4bca15b08a34874fefc06529df98b4609abbf3d (patch)
tree3b7c903e0b94f7448276a9a426410addd2d9ceb8 /gst/fsrtpconference/fs-rtp-stream.h
parent28f0e7985cab9e305a32f830f974db0f049a8f51 (diff)
downloadfarstream-c4bca15b08a34874fefc06529df98b4609abbf3d.tar.gz
rtpstream: Accept all uncrypted packets if no crypto set
Diffstat (limited to 'gst/fsrtpconference/fs-rtp-stream.h')
-rw-r--r--gst/fsrtpconference/fs-rtp-stream.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/fsrtpconference/fs-rtp-stream.h b/gst/fsrtpconference/fs-rtp-stream.h
index a2e7d18f..a4b3fb23 100644
--- a/gst/fsrtpconference/fs-rtp-stream.h
+++ b/gst/fsrtpconference/fs-rtp-stream.h
@@ -131,6 +131,9 @@ validate_srtp_parameters (GstStructure *parameters,
GstCaps *
fs_rtp_stream_get_srtp_caps_locked (FsRtpStream *self);
+gboolean
+fs_rtp_stream_requires_crypto_locked (FsRtpStream *self);
+
G_END_DECLS
#endif /* __FS_RTP_STREAM_H__ */