mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
srtpdec: Don't stop on invalid buffer
This commit is contained in:
parent
3bf994eb3b
commit
4a9c3d4f16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue