diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-07-17 10:25:57 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-07-17 10:25:57 +0000 |
commit | 4ef3d6fefdc58403dc995a27e05fb76a75ba5c69 (patch) | |
tree | d33b93e000b371607c2108a72f177a4630007a9d /ChangeLog | |
parent | a80f16883256a2576b2b29ee726d2e37eab910df (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |