[Bug 747534] Add deadline option to gstvp8dec

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 8 19:40:49 PDT 2015


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

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> ---
QoS does not work very well for live pipelines in my experience, but didn't
look closer into that.

But here it seemed to work well, it resulted in "0" as the deadline... but
unfortunately 0 has a special meaning (no deadline IIRC, or something silly
like that) in libvpx, and we want 1 (which has another special meaning:
realtime). My suggestion was to use the live boolean from the LATENCY query
here to always set 1 (aka REALTIME), but maybe we can also just to MAX(1,
deadline) instead.

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