summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-30 14:38:59 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-30 14:38:59 +0000
commit3127a32c1c734681bfc6fcdcd23e06ff1db8f266 (patch)
tree2ee3fd67aa85d9da0a47ca7addde813ef5da874b /ChangeLog
parentf91649edb8533db09349c20a2b7fa2ca514c2c1d (diff)
gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the su...
Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_base_init), (gst_avi_demux_reset), (gst_avi_demux_parse_stream): * gst/avi/gstavidemux.h: Parse subtitle text streams instead of erroring out (#442034). Still needs a parser for the subtitles to actually show up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c85b075..f4720532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
+ (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
+ * gst/avi/gstavidemux.h:
+ Parse subtitle text streams instead of erroring out (#442034). Still
+ needs a parser for the subtitles to actually show up.
+
+2007-05-30 Tim-Philipp Müller <tim at centricular dot net>
+
* gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
(gst_avi_demux_loop):
Make _push_event() return TRUE if the event could be pushed on at