diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-21 12:34:33 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-08-21 12:34:33 +0000 |
commit | 812954d1e949d7c0d425f41222522a2324a65d5a (patch) | |
tree | 573d416860e177028b033c7ad41f92c2888bef16 /ChangeLog | |
parent | 713e8000265bd190dd0940eed6889e4eb33d52e7 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |