[Bug 675773] Reverse video playback does not work anymore

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 13 03:07:13 PDT 2012


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

--- Comment #6 from Jan Schmidt <thaytan at mad.scientist.com> 2012-06-13 10:07:08 UTC ---
Not for theoradec at least. theoradec's parse function just accepts the whole
packet of data and calls gst_video_decoder_have_frame(). It's the
handle_frame() callback that does all the work - including returning NEED_DATA
if it's waiting for a keyframe.

I guess the docs for videodecoder need to clarify this situation. They don't
mention the NEED_DATA custom return value at all afaics, although the doc
string for NEED_DATA itself does mention it's for use when parsing.

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