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 767907 - Implement GstPreset interface for encoders
Implement GstPreset interface for encoders
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-06-21 09:55 UTC by Aurélien Zanelli
Modified: 2016-06-21 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[1/2] omxvideoenc: implement GstPreset interface (1.24 KB, patch)
2016-06-21 09:57 UTC, Aurélien Zanelli
committed Details | Review
[2/2] omxaudioenc: implement GstPreset interface (1.18 KB, patch)
2016-06-21 09:58 UTC, Aurélien Zanelli
committed Details | Review

Description Aurélien Zanelli 2016-06-21 09:55:57 UTC
To make save and load a set of parameters easier.
Comment 1 Aurélien Zanelli 2016-06-21 09:57:26 UTC
Created attachment 330121 [details] [review]
[1/2] omxvideoenc: implement GstPreset interface

for omxvideoenc
Comment 2 Aurélien Zanelli 2016-06-21 09:58:00 UTC
Created attachment 330122 [details] [review]
[2/2] omxaudioenc: implement GstPreset interface

and for omxaudioenc.
Comment 3 Sebastian Dröge (slomo) 2016-06-21 12:02:25 UTC
commit d07aa49943887f4c57c2448dda1b91a9c1eff598
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Tue Jun 21 11:43:13 2016 +0200

    omxaudioenc: implement GstPreset interface
    
    To allow user to use GstPreset to quickly save and load a set of
    parameters.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767907

commit 0c265c1e0eed04107dcd9cbb3374fa0a9b17db8e
Author: Aurélien Zanelli <aurelien.zanelli@parrot.com>
Date:   Tue Jun 21 11:41:15 2016 +0200

    omxvideoenc: implement GstPreset interface
    
    To allow user to use GstPreset to quickly save and load a set of
    parameters.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767907