mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
fc559fff48
Original commit message from CVS: Patch by: Alessandro Decina <alessandro at nnva dot org> * 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 <?xml ...?> 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. |
||
---|---|---|
.. | ||
gstannodex.c | ||
gstannodex.h | ||
gstcmmldec.c | ||
gstcmmldec.h | ||
gstcmmlenc.c | ||
gstcmmlenc.h | ||
gstcmmlparser.c | ||
gstcmmlparser.h | ||
gstcmmltag.c | ||
gstcmmltag.h | ||
gstcmmlutils.c | ||
gstcmmlutils.h | ||
Makefile.am |