From 4a9c3d4f163a558eecd0f2d1f6685af8139ac2ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 9 Apr 2013 21:32:07 -0400 Subject: [PATCH] srtpdec: Don't stop on invalid buffer --- ext/srtp/gstsrtpdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c index c9d0dc0..a60369e 100644 --- a/ext/srtp/gstsrtpdec.c +++ b/ext/srtp/gstsrtpdec.c @@ -900,7 +900,7 @@ unprotect: case err_status_auth_fail: case err_status_cipher_fail: - GST_ELEMENT_ERROR (filter, STREAM, DECRYPT, + GST_ELEMENT_WARNING (filter, STREAM, DECRYPT, ("Error while decryption stream"), (NULL)); ret = GST_FLOW_ERROR; goto drop_buffer; -- 2.7.4