[gstreamer-bugs] [Bug 626577] [x264enc] regression: doesn't work with older versions of x264

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 11 08:53:58 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626577
  GStreamer | gst-plugins-ugly | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.16
            Summary|x264enc doesn't work        |[x264enc] regression:
                   |                            |doesn't work with older
                   |                            |versions of x264

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-08-11 15:53:53 UTC ---
Pushed, thanks!

commit f45ff93586daef0a39105f8046b8c107623cebd9
Author: Robert Swain <robert.swain at collabora.co.uk>
Date:   Wed Aug 11 09:21:43 2010 +0200

    x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issue

    In X264_BUILD >= 78, b-pyramid became a non-boolean so passing a boolean
    argument to the option string value causes an error. For < 78 we pass the
    boolean value, for >= 78 we use the x264_b_pyramid_names[] array which will
    result in passing 'none' for false and 'strict' for true. Other modes can
be
    set through the option-string property for now.

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

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