projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf994e
)
srtpdec: Don't stop on invalid buffer
author
Olivier Crête
<olivier.crete@collabora.com>
Wed, 10 Apr 2013 01:32:07 +0000
(21:32 -0400)
committer
Olivier Crête
<olivier.crete@collabora.com>
Wed, 10 Apr 2013 01:37:25 +0000
(21:37 -0400)
ext/srtp/gstsrtpdec.c
patch
|
blob
|
history
diff --git
a/ext/srtp/gstsrtpdec.c
b/ext/srtp/gstsrtpdec.c
index c9d0dc08ea76955d71b01d422e5452d43d94e33f..a60369ee4be576ef66b2b480ad32bb3c8621f554 100644
(file)
--- a/
ext/srtp/gstsrtpdec.c
+++ b/
ext/srtp/gstsrtpdec.c
@@
-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;