summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2992f00f..6580f5a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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).