[gstreamer-bugs] [Bug 342962] Bad jerkiness playing back matroska file
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri May 26 03:32:16 PDT 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342962
GStreamer | gst-ffmpeg | Ver: HEAD CVS
Michael Smith changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|gst-plugins-good |gst-ffmpeg
------- Comment #2 from Michael Smith 2006-05-26 10:32 UTC -------
Moving to gst-ffmpeg.
The problem is in timestamping in gst-ffmpeg. In this case, it's just using the
timestamps from the demuxer. However, the demuxer produces buffers out of order
(which is correct and fine), and so gst-ffmpeg outputs out-of-order timestamps
(NOT fine!), leading to frames being dropped.
So, someone needs to rewrite timestamping in gst-ffmpeg.
I also noticed that with filesrc ! matroskademux ! ffdec_h264 ! xvimagesink,
there were lots of decoding errors. These went away with a queue between
decoder and sink; suggests a refcounting error somewhere.
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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