From 15bae29658142bb724a3b4b0d9f68d1dccdbaf53 Mon Sep 17 00:00:00 2001 From: Young-Ho Cha Date: Sat, 13 May 2006 18:39:13 +0000 Subject: 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 * 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. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1212eadf..d67ad072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-05-13 Tim-Philipp Müller + + Patch by: Young-Ho Cha + + * 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 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init), -- cgit v1.2.1