srtpdec: Remove unused field

This commit is contained in:
Olivier Crête 2014-05-06 00:11:26 -04:00
parent bfdc543952
commit 8c9b1ade36

View file

@ -201,7 +201,6 @@ struct _GstSrtpDecSsrcStream
{
guint32 ssrc;
GstCaps *caps;
GstBuffer *key;
GstSrtpCipherType rtp_cipher;
GstSrtpAuthType rtp_auth;