summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-08-21 13:22:06 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-08-21 13:22:06 +0000
commit698b432673894909ad6375a3210a2d592f9cbfae (patch)
tree82836a1991f0c7be84251c2b28a7575e6c415e3b /ChangeLog
parentcbccea33ec32a8f8341ff98ce08464c0e277ebb2 (diff)
gst/matroska/matroska-demux.c: If the duration of a block is unknown only use the timestamp for the first lace and us...
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup_or_simpleblock): If the duration of a block is unknown only use the timestamp for the first lace and use GST_CLOCK_TIME_NONE as duration for the following laces. Otherwise every lace has the same timestamp which leads to various problems. Really fixes bug #548831.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9139de9..b8a16f49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * gst/matroska/matroska-demux.c:
+ (gst_matroska_demux_parse_blockgroup_or_simpleblock):
+ If the duration of a block is unknown only use the timestamp for the
+ first lace and use GST_CLOCK_TIME_NONE as duration for the following
+ laces. Otherwise every lace has the same timestamp which leads to
+ various problems. Really fixes bug #548831.
+
+2008-08-21 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
* gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
If we're not allowing width!=depth in wavenc we should also disable
the code that was added to support width!=depth.