summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-07-02 09:51:16 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-02 09:51:16 +0000
commit33e0d064a5c223bc4c39e7861e22c77e2b0da5fd (patch)
treed98ec2db775593a68d125bbbf666779db16c7e30 /ChangeLog
parent2c38fcd1e6d59ab4c87e1e6eada50cf769db66d4 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64cfe2b4..8c727096 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+ * 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 <sebastian.droege@collabora.co.uk>
+
* gst/matroska/ebml-read.c: (_ext2dbl):
Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
in math.h except on MSVC where it is defined in xmath.h.