After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619317 - [vp8] Encoder thread support
[vp8] Encoder thread support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-21 19:34 UTC by Philip Jägenstedt
Modified: 2010-05-21 20:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.70 KB, patch)
2010-05-21 19:34 UTC, Philip Jägenstedt
committed Details | Review

Description Philip Jägenstedt 2010-05-21 19:34:03 UTC
Created attachment 161677 [details] [review]
patch

Increasing from 1 to 2 threads on an Thinkpad X60s decreased encode time in a test from ~24 s to ~19 s, so this is quite useful.

Ideally we should let 0 be the default and automatically match the number of CPU cores (or something).
Comment 1 Sebastian Dröge (slomo) 2010-05-21 20:24:28 UTC
commit 7ce969720f20d4c58f70e96fc4aa53e2586c9e47
Author: Philip Jägenstedt <philipj@opera.com>
Date:   Fri May 21 21:28:29 2010 +0200

    vp8enc: threads property
    
    Increasing from 1 to 2 threads on an Thinkpad X60s decreased encode time
    in a test from ~24 s to ~19 s, so this is quite useful.
    
    Ideally we should let 0 be the default and automatically match the number
    of CPU cores (or something).