[Bug 746822] test-mp4: Reports different duration after each seeks
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Apr 10 06:33:42 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746822
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |thiagossantos at gmail.com
Component|gst-rtsp-server |gst-plugins-good
Resolution|--- |FIXED
Target Milestone|git master |1.5.1
OS|Linux |All
--- Comment #7 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
Thanks for the patch, added a commit description and pushed.
commit 7fbd1b472fd016ed3293a360123b1dd55bee18e4
Author: Hyunjun Ko <zzoon.ko at samsung.com>
Date: Fri Apr 10 09:17:26 2015 +0900
qtdemux: Update segment.start after key-unit seek
When doing key uint seek, qtdemux calls gst_qtdemux_adjust_seek
to get proper offset. And then this offset is set to
segment.position and segment.time in gst_qtdemux_perform_seek but
segment.start is not updated.
After that, application sends segment query,
qtdemux sets start and stop to query using gst_segment_to_stream_time. Due
to the wrong value in segment.start, the stop position is smaller than
it should.
https://bugzilla.gnome.org/show_bug.cgi?id=746822
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list