summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-18 13:30:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-18 13:30:15 +0000
commit87aed1a2565a8b9e2b4af6ef980596a0c4d6f1a6 (patch)
treef0e6a1c8bce7790c055680af45d98c4f2d21ddce /ChangeLog
parentd0c62e910823d5c3bba2696f734769f8ac47b149 (diff)
gst/avi/gstavisubtitle.*: Refactor a bit; fix name extraction; don't assume all the data in the chunk is actually sub...
Original commit message from CVS: * 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).
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: