summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-17 10:25:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-17 10:25:57 +0000
commit4ef3d6fefdc58403dc995a27e05fb76a75ba5c69 (patch)
treed33b93e000b371607c2108a72f177a4630007a9d /ChangeLog
parenta80f16883256a2576b2b29ee726d2e37eab910df (diff)
downloadgst-plugins-bad-4ef3d6fefdc58403dc995a27e05fb76a75ba5c69.tar.gz
gst-plugins-bad-4ef3d6fefdc58403dc995a27e05fb76a75ba5c69.tar.bz2
gst-plugins-bad-4ef3d6fefdc58403dc995a27e05fb76a75ba5c69.zip
gst/qtdemux/qtdemux.c: Store duration in uint64 too instead of clipping.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek), (gst_qtdemux_prepare_current_sample), (gst_qtdemux_loop_state_movie): Store duration in uint64 too instead of clipping. When we do a keyframe seek and the requested time is at the keyframe, don't seek back to the beginning of the keyframe. Fixes #347439.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4a52813..88a1763d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-07-17 Wim Taymans <wim@fluendo.com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
+ (gst_qtdemux_prepare_current_sample),
+ (gst_qtdemux_loop_state_movie):
+ Store duration in uint64 too instead of clipping.
+ When we do a keyframe seek and the requested time is at the
+ keyframe, don't seek back to the beginning of the keyframe.
+ Fixes #347439.
+
2006-07-16 Wim Taymans <wim@fluendo.com>
* ext/faad/gstfaad.c: (gst_faad_setcaps), (gst_faad_sync):