[Bug 675773] Reverse video playback does not work anymore

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 14 05:37:12 PDT 2012


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

--- Comment #10 from Sebastian Dröge <slomo at circular-chaos.org> 2012-06-14 12:37:09 UTC ---
Ah I see. theoradec must not return NEED_DATA in handle_frame() but instead
return OK and drop_frame() from my understanding.*

The parse() vfunc should only gather data until it has a complete frame (that
is, all data/packets from the end of the last frame until the start of the next
frame) and then pass it to the base class for further handling in
handle_frame().

* actually the waiting for a keyframe is probably already handled in the base
class... or should be

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