srtpdec: Don't stop on invalid buffer
This commit is contained in:
parent
3bf994eb3b
commit
4a9c3d4f16
@ -900,7 +900,7 @@ unprotect:
|
|||||||
|
|
||||||
case err_status_auth_fail:
|
case err_status_auth_fail:
|
||||||
case err_status_cipher_fail:
|
case err_status_cipher_fail:
|
||||||
GST_ELEMENT_ERROR (filter, STREAM, DECRYPT,
|
GST_ELEMENT_WARNING (filter, STREAM, DECRYPT,
|
||||||
("Error while decryption stream"), (NULL));
|
("Error while decryption stream"), (NULL));
|
||||||
ret = GST_FLOW_ERROR;
|
ret = GST_FLOW_ERROR;
|
||||||
goto drop_buffer;
|
goto drop_buffer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user