[gstreamer-bugs] [Bug 531166] [textoverlay] subtitles shown with delay after keyframe seek

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 5 02:43:28 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=531166

  GStreamer | gst-plugins-base | Ver: 0.10.19

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
         AssignedTo|gstreamer-                  |t.i.m at zen.co.uk
                   |bugs at lists.sourceforge.net  |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
            Summary|MDVD Seek issue + patch     |[textoverlay] subtitles
                   |                            |shown with delay after
                   |                            |keyframe seek




------- Comment #5 from Tim-Philipp Müller  2008-05-05 09:43 UTC -------
The problem has to do with keyunit seeking. What happens is basically that
avidemux will adjust the requested seek position to the position of the next
key frame in the index. This will usually be before the requested seek
position.

The textoverlay element, however, will not know about this adjustment being
made and won't know about the actual new start position of the stream, it will
send data from the requested position (which is a few seconds after the actual
start). That's where the initial gap/delay of the subtitle display comes from.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=531166.




More information about the Gstreamer-bugs mailing list