diff options
| author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-22 12:24:23 +0000 |
|---|---|---|
| committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-22 12:24:23 +0000 |
| commit | 42998c9438cee485f9a9f5d3ed1c0be1d5ab4840 (patch) | |
| tree | bef487fb42f76d430080e32fd5268b36c68572f1 /ChangeLog | |
| parent | a10d127c355c094aaa0c1890b001f9a833c926a7 (diff) | |
gst/matroska/ebml-read.c: Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it possible to ignore errors and...
Original commit message from CVS:
* gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
(gst_ebml_read_element_length), (gst_ebml_read_uint),
(gst_ebml_read_sint), (gst_ebml_read_float),
(gst_ebml_read_header):
Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
possible to ignore errors and not post any ERROR messages on
the bus.
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_parse_contents):
Ignore any errors and not just EOS when parsing the contents of
a SeekHead. Errors here are usually caused by truncated files
and playback of the file works fine. Fixes playback of the
audio_only_chapter_seekbroken.mka file from the MPlayer samples
archive.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +2008-08-22 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * gst/matroska/ebml-read.c: (gst_ebml_read_element_id), + (gst_ebml_read_element_length), (gst_ebml_read_uint), + (gst_ebml_read_sint), (gst_ebml_read_float), + (gst_ebml_read_header): + Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it + possible to ignore errors and not post any ERROR messages on + the bus. + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_contents): + Ignore any errors and not just EOS when parsing the contents of + a SeekHead. Errors here are usually caused by truncated files + and playback of the file works fine. Fixes playback of the + audio_only_chapter_seekbroken.mka file from the MPlayer samples + archive. + 2008-08-22 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/multipart/multipartdemux.c: |
