diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-05-06 00:11:26 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2014-05-06 00:49:15 -0400 |
commit | 8c9b1ade36d2e91f024c588e264217b24a74d762 (patch) | |
tree | 0164e0e53a46c76e385a55f93da2421666b9c332 /ext/srtp | |
parent | bfdc54395238c04fc6e5b51880c2d706f33e9011 (diff) | |
download | gstreamer-plugins-bad-8c9b1ade36d2e91f024c588e264217b24a74d762.tar.gz |
srtpdec: Remove unused field
Diffstat (limited to 'ext/srtp')
-rw-r--r-- | ext/srtp/gstsrtpdec.c | 1 |
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; |