rtspsrc: make all srtp encoder properties explicit
authorAleix Conchillo FlaquƩ <aleix@oblong.com>
Fri, 17 Jun 2016 19:16:32 +0000 (12:16 -0700)
committerJosep Torra <jtorra@oblong.com>
Mon, 20 Jun 2016 07:53:24 +0000 (09:53 +0200)
commit12eb5d6912409cd2ad48985592192ab1c66d8d6d
treee6fc5b9064585c2154868d2abb0618d5cf31a731
parent33fb50b308481bc31962f0eeba7a38786cf9f55b
rtspsrc: make all srtp encoder properties explicit

The Session Data Protocol doesn't allow specifying a cipher for the
SRTCP, so it will use the SRTP one. In the "srtpenc" element the cipher
"aes-128-icm" is the default for SRTP and SRTCP, but if we want to have
an SRTCP with the "aes-256-icm" cipher then we also need to set the SRTP
cipher to "aes-256-icm", otherwise "aes-128-icm" will be used instead.

https://bugzilla.gnome.org/show_bug.cgi?id=767799
gst/rtsp/gstrtspsrc.c