[Bug 766514] androidmedia: Reverse Play

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 25 06:22:34 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766514

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
It's all 3:

a) hardware specific because it requires the decoder to 1) be able to decode
GOP by GOP independently, 2) have enough buffers available for the whole GOP
(see b))

b) video sink specific, because with glimagesink we would directly render
hardware buffers (or other GL sinks). If no GL is used, it's more likely to
work

c) container format specific, because reverse playback is not supported by all
container formats currently. MP4, Matroska/WebM, AVI and Ogg should be fine,
MPEG-TS/PS and FLV not for example.

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