From 812954d1e949d7c0d425f41222522a2324a65d5a Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 21 Aug 2008 12:34:33 +0000 Subject: 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6858b605..4c3d32f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-21 Sebastian Dröge + + * 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 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure), -- cgit