gstreamer/ext/srtp
Jan Alexander Steffens (heftig) e9aa117200 srtp: Support libsrtp2
For libsrtp 1, add defines that translate the new namespaced identifiers
to the old unnamespaced ones. Also move the code for setting and getting
a stream's ROC into two compat functions that match libsrtp2's API.

It seems that libsrtp2 properly supports changing the ROC without having
to touch the sequence numbers afterwards, given that srtp_set_stream_roc
sets a pending_roc field, so the entire roc_changed dance should not be
needed anymore. The compat functions for libsrtp 1 just contain our
preexisting hacks, however, so it's still needed there.

libsrtp2 has no means of discovering the streams in the session, so to
create the stats structure we need to iterate over our own set of SSRCs.
For this we also need to re-add the previously removed ssrcs_set to the
encoder.

https://bugzilla.gnome.org/show_bug.cgi?id=776901
2018-01-29 09:58:11 +02:00
..
.gitignore srtp: Add SRTP plugin based on libsrtp 2013-03-12 20:01:50 -04:00
gstsrtp.c srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtp.h srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtpdec.c srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtpdec.h srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtpenc.c srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtpenc.h srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
gstsrtpenums.h srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
Makefile.am srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
meson.build srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00
srtp_mkenum.py srtp: Support libsrtp2 2018-01-29 09:58:11 +02:00