srtp: add support for rollover counters and replay protection window size
authorAleix Conchillo Flaqué <aleix@oblong.com>
Sat, 22 Mar 2014 05:16:41 +0000 (22:16 -0700)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 3 Jun 2014 20:18:25 +0000 (16:18 -0400)
commitda30669589cfc8189f60aedfae98a217a9fae994
treeae6362766d1c4a5a53dc6c88e453ff7f7ad613b7
parentc9ae275c7275e45fdfb4e1c33a7e319de473e0dc
srtp: add support for rollover counters and replay protection window size

We add a new signal, get-rollover-counter, to the SRTP encoder. Given a
ssrc the signal will return the currently internal SRTP rollover counter
for the given stream.

For the SRTP decoder we have a new SRTP caps parameter "roc" that needs
to be set when a new SRTP stream is created for a given SSRC.

https://bugzilla.gnome.org/show_bug.cgi?id=726861
ext/srtp/gstsrtpdec.c
ext/srtp/gstsrtpdec.h
ext/srtp/gstsrtpenc.c
ext/srtp/gstsrtpenc.h