[gstreamer-bugs] [Bug 619169] [PATCH] vp8enc: Limit DEFAULT_MAX_LATENCY to 25 to match libvpx

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 20 01:38:01 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=619169
  GStreamer | gst-plugins-bad | 0.10.22

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.19

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2010-05-20 08:37:51 UTC ---
Thanks... higher values make it impossible to initialize the encoder anyway. If
this limit changes at some point we can still update the maximum value of that
property.


commit 2f4ea3b73449050996e19bf65cedd4005b27ab1f
Author: Philip Jägenstedt <philipj at opera.com>
Date:   Thu May 20 09:24:53 2010 +0200

    vp8enc: Limit max-latency to 25 to match libvpx

    From libvpx/vp8/encoder/onyx_int.h:
     #define MAX_LAG_BUFFERS (CONFIG_REALTIME_ONLY? 1 : 25)

    While we don't need to be tied to what libvpx does internally, it
    doesn't make sense to pretend to support longer frame lags than are
    actually possible.

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