diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2006-06-22 16:27:03 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2006-06-22 16:27:03 +0000 |
| commit | 45c10ca9de093be4a2a7023b3ce121515a300ce3 (patch) | |
| tree | 321633fe89255d5e3ca2e65545367f0ba384a9fe /ChangeLog | |
| parent | a6af52cc25a1f1407f30f04e3119ff3ef15dde3f (diff) | |
gst/matroska/: Try to fix up broken matroska files containing subtitle streams with non-UTF8 character encodings (cou...
Original commit message from CVS:
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_check_subtitle_buffer),
(gst_matroska_demux_parse_blockgroup_or_simpleblock),
(gst_matroska_demux_subtitle_caps):
* gst/matroska/matroska-ids.c:
(gst_matroska_track_init_subtitle_context):
* gst/matroska/matroska-ids.h:
Try to fix up broken matroska files containing subtitle
streams with non-UTF8 character encodings (courtesy of
mkvmerge) using either the encoding specified in the
GST_SUBTITLE_ENCODING environment variable or the
current locale's character set if it is non-UTF8.
Fixes #337076.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ 2006-06-22 Tim-Philipp Müller <tim at centricular dot net> + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_check_subtitle_buffer), + (gst_matroska_demux_parse_blockgroup_or_simpleblock), + (gst_matroska_demux_subtitle_caps): + * gst/matroska/matroska-ids.c: + (gst_matroska_track_init_subtitle_context): + * gst/matroska/matroska-ids.h: + Try to fix up broken matroska files containing subtitle + streams with non-UTF8 character encodings (courtesy of + mkvmerge) using either the encoding specified in the + GST_SUBTITLE_ENCODING environment variable or the + current locale's character set if it is non-UTF8. + Fixes #337076. + +2006-06-22 Tim-Philipp Müller <tim at centricular dot net> + * gst/id3demux/id3v2frames.c: (parse_picture_frame): Set image type from APIC frame as "image-type" field of GST_TAG_IMAGE buffer caps (#344605). |
