diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-28 09:21:27 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-02-28 09:21:27 +0000 |
commit | 86ddc6d513b81b6fca8896151a87a06560261f75 (patch) | |
tree | fd849a9338dc3137704054dac1f503106a980a97 /ChangeLog | |
parent | 4d83c2400a21468b59d85337c353de02965cf924 (diff) |
ext/annodex/: Add a little extra debug. Make the decoder not return NOT_LINKED, as we want to continue decoding all C...
Original commit message from CVS:
* ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
(gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
(gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
* ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
Add a little extra debug. Make the decoder not return NOT_LINKED,
as we want to continue decoding all CMML and emitting tags.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-02-28 Jan Schmidt <thaytan@mad.scientist.com> + + * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event), + (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble), + (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip): + * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk): + Add a little extra debug. Make the decoder not return NOT_LINKED, + as we want to continue decoding all CMML and emitting tags. + 2006-02-27 Michael Smith <msmith@fluendo.com> * ext/annodex/gstskeltag.c: |