[gstreamer-bugs] [Bug 580796] [ffmpegdec] out-of-order timestamps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Oct 6 11:31:38 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=580796
GStreamer | gst-ffmpeg | git
--- Comment #13 from Wim Taymans <wim.taymans at gmail.com> 2010-10-06 16:59:06 UTC ---
Turns out that the patch still had problems when QoS was enabled. The next
patch uses a similar method for tracking timing info but is a little simpler
and only uses ffmpeg tracking structures.
commit 76d9685202e4443573d71c16b0445cbd3fb59aca
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Wed Oct 6 16:00:05 2010 +0200
ffdec: Add timestamp tracking
Use ffmpeg reordered_opaque to track an id that combines all timing info we
have
for a frame. The ids are kept in a 255 item cache.
Fixes #631075
--
Configure bugmail: https://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