[Bug 676245] vp8enc stops working after libvpx-1.1.0 update

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 18 04:33:08 PDT 2012


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

--- Comment #3 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-05-18 11:33:05 UTC ---
The culprit is:

    if (!ctx->cfg.rc_target_bitrate)
        return res;

found (twice) in vp8e_encode.

The commit adding it was 25a36d6b3c6d206ad19d47f9999eb71109f87dea (in libvpx),
saying "multi-res: restore v1.0.0 API". Removing those two duplicated checks
"fixes" vp8enc. I'll now go see whether the target bitrate should be
initialized by us in the first place.

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