From fc559fff48fc72e04aca551519d5bf8dfef8d877 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Mon, 4 Sep 2006 09:34:25 +0000 Subject: ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream errors out if the seek goes back up to the ... Original commit message from CVS: Patch by: Alessandro Decina * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain): Seeking back in a file containing a CMML stream errors out if the seek goes back up to the CMML headers. This is because after the seek the xml processing instruction is submitted to the xml parser again, which results in an error. The attached patch fixes the problem. Fixes #353908. * ext/annodex/gstcmmlenc.h: Fix authors name. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2ebd0f94..debc6818 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-09-04 Wim Taymans + + Patch by: Alessandro Decina + + * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain): + Seeking back in a file containing a CMML stream errors out if the seek + goes back up to the CMML headers. This is because after the seek the xml + processing instruction is submitted to the xml parser again, + which results in an error. The attached patch fixes the problem. + Fixes #353908. + + * ext/annodex/gstcmmlenc.h: + Fix authors name. + + 2006-08-28 Andy Wingo * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): -- cgit