summaryrefslogtreecommitdiff
path: root/ext/srtp
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-06 00:11:26 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-05-06 00:49:15 -0400
commit8c9b1ade36d2e91f024c588e264217b24a74d762 (patch)
tree0164e0e53a46c76e385a55f93da2421666b9c332 /ext/srtp
parentbfdc54395238c04fc6e5b51880c2d706f33e9011 (diff)
downloadgstreamer-plugins-bad-8c9b1ade36d2e91f024c588e264217b24a74d762.tar.gz
srtpdec: Remove unused field
Diffstat (limited to 'ext/srtp')
-rw-r--r--ext/srtp/gstsrtpdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c
index 876879c29..52756a482 100644
--- a/ext/srtp/gstsrtpdec.c
+++ b/ext/srtp/gstsrtpdec.c
@@ -201,7 +201,6 @@ struct _GstSrtpDecSsrcStream
{
guint32 ssrc;
- GstCaps *caps;
GstBuffer *key;
GstSrtpCipherType rtp_cipher;
GstSrtpAuthType rtp_auth;