srtpdec: Don't stop on invalid buffer
authorOlivier Crête <olivier.crete@collabora.com>
Wed, 10 Apr 2013 01:32:07 +0000 (21:32 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Wed, 10 Apr 2013 01:37:25 +0000 (21:37 -0400)
ext/srtp/gstsrtpdec.c

index c9d0dc0..a60369e 100644 (file)
@@ -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;