[Bug 627459] theoraenc should provide option for TH_ENCCTL_SET_DUP_COUNT

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat May 7 01:52:47 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=627459
  GStreamer | gst-plugins-base | 0.10.x

--- Comment #13 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-07 08:52:47 UTC ---
This patch is wrong for two reasons IMHO
1) You add latency for no good reason, you need to wait until the next non-dup
frame to output the encoded dup frames
2) You create dup frames from the next non-dup frame, not the previous non-dup
frame. TH_ENCCTL_SET_DUP_COUNT will output N dup frames of the next encoded
frame but the GAP flag on buffers says that the current frame (the one with the
flag) is a duplicate of the previous 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