GNOME Bugzilla – Bug 353908
Error seeking at the beginning of a CMML file
Last modified: 2006-09-04 09:46:02 UTC
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 <?xml ...?> is submitted to the xml parser again, which results in an error. The attached patch fixes the problem.
Created attachment 72046 [details] [review] Fix Fix. While i'm at it, fix my name in gstcmmlenc.h.