[Bug 655245] [PATCH] basevideodecoder: stop processing droped or invisible frame earlier

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 25 03:10:18 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=655245
  GStreamer | gst-plugins-bad | git

--- Comment #2 from Alexey Fisher <bug-track at fisher-privat.net> 2011-07-25 10:10:12 UTC ---
Videos with altref frame displayed not smooth. If there is a camera move or
lots of action you can see sort of jumps. The reason is timestamp problem:

                 ^- here is altref
time     : 1 2 3 4 5 6 7 8 9
mkv ts   : 1   3 5 5   7   9
vp8dec ts: 1   3   7   7   9

After altref frame was processed, depending frame will get new timestamp
according to frame rate: last-timestamp+duration. Next frame will have same ts
as depending frame.

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