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 c9d0dc08ea76955d71b01d422e5452d43d94e33f..a60369ee4be576ef66b2b480ad32bb3c8621f554 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;