srtpdec: Don't stop on invalid buffer

This commit is contained in:
Olivier Crête 2013-04-09 21:32:07 -04:00
parent 3bf994eb3b
commit 4a9c3d4f16

View 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;