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 667115 - [vp8enc] add preset profile for vp8
[vp8enc] add preset profile for vp8
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 666718
 
 
Reported: 2012-01-02 07:34 UTC by Oleksij Rempel
Modified: 2012-01-06 07:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
001, add preset file (785 bytes, patch)
2012-01-02 07:34 UTC, Oleksij Rempel
none Details | Review
002, add preset to Makefile (761 bytes, patch)
2012-01-02 07:35 UTC, Oleksij Rempel
none Details | Review
add preset (1.14 KB, patch)
2012-01-02 20:07 UTC, Oleksij Rempel
committed Details | Review

Description Oleksij Rempel 2012-01-02 07:34:06 UTC
To work with camerabin2 vp8 encoder need preset profiles. This patchset add initial preset with realtime profile.
Comment 1 Oleksij Rempel 2012-01-02 07:34:47 UTC
Created attachment 204436 [details] [review]
001, add preset file
Comment 2 Oleksij Rempel 2012-01-02 07:35:20 UTC
Created attachment 204437 [details] [review]
002, add preset to Makefile
Comment 3 Oleksij Rempel 2012-01-02 20:07:35 UTC
Created attachment 204472 [details] [review]
add preset

combined patch
Comment 4 Sebastian Dröge (slomo) 2012-01-06 07:47:34 UTC
commit 53735eaa72c4dd1c9714a9fed58ea13738969189
Author: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>
Date:   Mon Jan 2 08:28:13 2012 +0100

    vp8: add initial preset file
    
    This is initial preset file, currently with only one profile
    for realtime encoding.
    
    Signed-off-by: Oleksij Rempel (Alexey Fisher) <bug-track@fisher-privat.net>