From 8c9b1ade36d2e91f024c588e264217b24a74d762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 6 May 2014 00:11:26 -0400 Subject: [PATCH] srtpdec: Remove unused field --- ext/srtp/gstsrtpdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c index 876879c292..52756a482b 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;