[Bug 726612] avvidenc: add 'max-threads' property to control max. number of threads used when encoding video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 19 07:10:03 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726612
  GStreamer | gst-libav | git

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.2
            Summary|Patch to allow for control  |avvidenc: add 'max-threads'
                   |over number of threads used |property to control max.
                   |in libav encoders           |number of threads used when
                   |                            |encoding video
           Severity|normal                      |enhancement

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-05-19 14:09:57 UTC ---
Thanks for the patch. I've pushed it to master now:

commit 38fc56e207516ca58451cc818ebfbb1b9e7e0ccd
Author: Gavin Hurlbut <gjhurlbu at gmail.com>
Date:   Mon Mar 17 22:26:52 2014 -0700

    avvidenc: Add thread-count parameter for libav encoders

    As some libav encoders (such as MPEG2) use a thread_count parameter to
control
    how many threads to use, and since it was always being set to 0 (which uses
    the default), suboptimal threading can sometimes be chosen.  This extends
the
    libav encoders to allow for a max-threads parameter which is passed into
    the internal structure to control this knob if applicable to the encoder.

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

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