GNOME Bugzilla – Bug 755040
Forced framerate for latency is inverted.
Last modified: 2015-09-15 08:10:02 UTC
Created attachment 311328 [details] [review] vaapidecode: proper numerator and denominator for forced latency framerate gst_vaapidecode_update_src_caps guesses a framerate (for latency calculation). However, it guesses 1/25 rather than 25/1 framerate leading to a latency of about 50s, which can then stall a (live) pipeline for some time ...
Pushed, thanks for the patch. commit 6d0c2a8e23ee69292a9e107f0d60e378f6c623dd Author: Mark Nauwelaerts <mnauw@users.sourceforge.net> Date: Tue Sep 15 11:01:29 2015 +0300 vaapidecode: proper numerator and denominator for forced latency framerate https://bugzilla.gnome.org/show_bug.cgi?id=755040