From 35bcb8d8b0bb62bd4e575b049437a0cd351028f9 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 2 Jul 2008 08:57:04 +0000 Subject: gst/matroska/matroska-demux.*: Don't set the segment duration to the duration from the Matroska header as this value ... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), (gst_matroska_demux_handle_src_query), (gst_matroska_demux_parse_info), (gst_matroska_demux_loop_stream_parse_id): * gst/matroska/matroska-demux.h: Don't set the segment duration to the duration from the Matroska header as this value could be wrong and is just informational. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b38cfce7..3d2d026b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-07-02 Sebastian Dröge + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), + (gst_matroska_demux_handle_src_query), + (gst_matroska_demux_parse_info), + (gst_matroska_demux_loop_stream_parse_id): + * gst/matroska/matroska-demux.h: + Don't set the segment duration to the duration from the Matroska + header as this value could be wrong and is just informational. + 2008-07-02 Sebastian Dröge * gst/matroska/matroska-demux.c: -- cgit