summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-21 12:34:33 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-21 12:34:33 +0000
commit812954d1e949d7c0d425f41222522a2324a65d5a (patch)
tree573d416860e177028b033c7ad41f92c2888bef16 /ChangeLog
parent713e8000265bd190dd0940eed6889e4eb33d52e7 (diff)
gst/matroska/matroska-demux.c: Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks are used for tex...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup_or_simpleblock): Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks are used for text/plain subtitles as a gap-filler in some files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6858b605..4c3d32f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst/matroska/matroska-demux.c:
+ (gst_matroska_demux_parse_blockgroup_or_simpleblock):
+ Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
+ are used for text/plain subtitles as a gap-filler in some files.
+
2008-08-21 Wim Taymans <wim.taymans@collabora.co.uk>
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),