After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353908 - Error seeking at the beginning of a CMML file
Error seeking at the beginning of a CMML file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.5
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-01 21:22 UTC by Alessandro Decina
Modified: 2006-09-04 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix (1.39 KB, patch)
2006-09-01 21:24 UTC, Alessandro Decina
committed Details | Review

Description Alessandro Decina 2006-09-01 21:22:46 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.
Comment 1 Alessandro Decina 2006-09-01 21:24:49 UTC
Created attachment 72046 [details] [review]
Fix

Fix.
While i'm at it, fix my name in gstcmmlenc.h.