[gstreamer-bugs] [Bug 342962] [ffdec_h264] jerky playback of h264 in matroska and quicktime

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed May 2 08:41:44 PDT 2007


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

  GStreamer | gst-ffmpeg | Ver: HEAD CVS




------- Comment #10 from Edward Hervey  2007-05-02 15:41 UTC -------
Created an attachment (id=87393)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=87393&action=view)
First go at fixing the issue

First go at fixing the issue.

The trick is that for formats where we know the incoming buffers might be
out-of-order, we store up to the two previous incoming buffer timestamps and
durations. Then when we have a buffer to output, we take:
* The smallest incoming timestamp
* The earliest incoming duration

I've tried this against several h264 in qt and h264 in mkv and seems to work
fine, along with seeking.


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




More information about the Gstreamer-bugs mailing list