summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b002f3a5..f528bbc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/avi/gstavisubtitle.c: (src_template),
+ (gst_avi_subtitle_extract_utf8_file),
+ (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
+ (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
+ (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
+ * gst/avi/gstavisubtitle.h:
+ Refactor a bit; fix name extraction; don't assume all the data
+ in the chunk is actually subtitle data, there may be padding at
+ the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
+ file so it's there to send again after a seek (for future use).
+
2007-12-18 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/avi/Makefile.am: