[Bug 675773] Reverse video playback does not work anymore

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 16 12:16:39 PDT 2012


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiago.sousa.santos at collabo
                   |                            |ra.co.uk

--- Comment #2 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2012-05-16 19:16:34 UTC ---
The basevideodecoder doesn't forward the newsegment to the sink after a the
seek.

It attaches the event to a frame that would be pushed, but this frame doesn't
get pushed when it is not a keyframe, and that might happen as it needs to
accumulate data before finding a keyframe.

The problem is that when it gets the next discont buffer, it flushes its state
including the frame that had the newsegment attached to it.

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