From 33e0d064a5c223bc4c39e7861e22c77e2b0da5fd Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 2 Jul 2008 09:51:16 +0000 Subject: gst/matroska/matroska-demux.c: Handle position and duration query in DEFAULT format if the pad's track has a default ... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init), (gst_matroska_demux_add_stream), (gst_matroska_demux_query), (gst_matroska_demux_element_query), (gst_matroska_demux_handle_src_query), (gst_matroska_demux_handle_seek_event): Handle position and duration query in DEFAULT format if the pad's track has a default frame duration set. Fix seeking now that the segment's duration doesn't contain the (possibly wrong or inaccurate) duration of the Matroska file. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 64cfe2b4..8c727096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2008-07-02 Sebastian Dröge + + * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init), + (gst_matroska_demux_add_stream), (gst_matroska_demux_query), + (gst_matroska_demux_element_query), + (gst_matroska_demux_handle_src_query), + (gst_matroska_demux_handle_seek_event): + Handle position and duration query in DEFAULT format if the + pad's track has a default frame duration set. + + Fix seeking now that the segment's duration doesn't contain the + (possibly wrong or inaccurate) duration of the Matroska file. + 2008-07-02 Sebastian Dröge * gst/matroska/ebml-read.c: (_ext2dbl): -- cgit