[Bug 675773] Reverse video playback does not work anymore

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 13 00:44:38 PDT 2012


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

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2012-06-13 07:44:35 UTC ---
NEED_DATA is only accepted by the parse vfunc. So I guess ideally the parse
vfunc should get the same frame passed until it returned something else than
NEED_DATA. I thought it does this already.

And gst_video_decoder_drop_frame() also drops the events of that frame, so the
fix I described in comment 3 is necessary in any case (also, you should not
push the event as part of drop_frame() as you might not have caps, etc. yet
until the first call to finish_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