diff options
author | Young-Ho Cha <ganadist@chollian.net> | 2006-05-13 18:39:13 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-13 18:39:13 +0000 |
commit | 15bae29658142bb724a3b4b0d9f68d1dccdbaf53 (patch) | |
tree | 10a6aadcd0cc042066ecdc2eff930aa2a4df95f9 /ChangeLog | |
parent | 3ca1e62f030ce440af47a35f6c68ef7cfa267076 (diff) | |
download | gst-plugins-bad-15bae29658142bb724a3b4b0d9f68d1dccdbaf53.tar.gz gst-plugins-bad-15bae29658142bb724a3b4b0d9f68d1dccdbaf53.tar.bz2 gst-plugins-bad-15bae29658142bb724a3b4b0d9f68d1dccdbaf53.zip |
ext/faad/gstfaad.*: If we encounter a decoding error, don't error out immediately, but try to resync (or see if we ha...
Original commit message from CVS:
Patch by: Young-Ho Cha <ganadist chollian net>
* ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain),
(gst_faad_change_state):
* ext/faad/gstfaad.h:
If we encounter a decoding error, don't error out immediately,
but try to resync (or see if we have better luck with the next
buffer in case of framed input). Only error out after five
consecutive errors. Fixes #341563.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2006-05-13 Tim-Philipp Müller <tim at centricular dot net> + + Patch by: Young-Ho Cha <ganadist chollian net> + + * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chain), + (gst_faad_change_state): + * ext/faad/gstfaad.h: + If we encounter a decoding error, don't error out immediately, + but try to resync (or see if we have better luck with the next + buffer in case of framed input). Only error out after five + consecutive errors. Fixes #341563. + 2006-05-12 Wim Taymans <wim@fluendo.com> * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init), |