From: Olivier CrĂȘte Date: Wed, 10 Apr 2013 01:32:07 +0000 (-0400) Subject: srtpdec: Don't stop on invalid buffer X-Git-Tag: 1.19.3~507^2~13838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a9c3d4f163a558eecd0f2d1f6685af8139ac2ce;p=platform%2Fupstream%2Fgstreamer.git srtpdec: Don't stop on invalid buffer --- diff --git a/ext/srtp/gstsrtpdec.c b/ext/srtp/gstsrtpdec.c index c9d0dc08ea..a60369ee4b 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;