gstreamer/ext/annodex
Alessandro Decina fc559fff48 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 <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.
2006-09-04 09:34:25 +00:00
..
gstannodex.c ext/annodex/gstannodex.c: Do some extra sanity checks. 2006-08-25 09:42:43 +00:00
gstannodex.h
gstcmmldec.c ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream errors out if the seek goes back up to the ... 2006-09-04 09:34:25 +00:00
gstcmmldec.h
gstcmmlenc.c ext/annodex/gstannodex.c: Do some extra sanity checks. 2006-08-25 09:42:43 +00:00
gstcmmlenc.h ext/annodex/gstcmmldec.c: Seeking back in a file containing a CMML stream errors out if the seek goes back up to the ... 2006-09-04 09:34:25 +00:00
gstcmmlparser.c Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. 2006-06-22 19:31:04 +00:00
gstcmmlparser.h
gstcmmltag.c
gstcmmltag.h
gstcmmlutils.c ext/annodex/gstcmmlutils.c: Fix build. 2006-08-25 09:53:18 +00:00
gstcmmlutils.h
Makefile.am