[gstreamer-bugs] [Bug 567725] [qtdemux] stopping at a time sometimes shows a different frame from seeking to a time

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jan 14 04:11:43 PST 2009


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=567725

  GStreamer | gst-plugins-good | Ver: HEAD CVS




------- Comment #2 from Wim Taymans  2009-01-14 12:11 UTC -------
Created an attachment (id=126416)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=126416&action=view)
patch to fix the issue

The reason is that last_buffer is not updated (and the preroll vmethod not
called) when synchronisation on the new buffer was interrupted and the new
buffer was used for preroll.

This caused that the position reporting was using the new buffer but
last_buffer was still using the previous buffer. 

This patch will update the last_buffer exactly with the buffer that caused the
preroll and it will also call the preroll method with that preroll buffer.


-- 
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=567725.




More information about the Gstreamer-bugs mailing list