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 782988 - Add gstomxmp3enc and Add OMX.Aratelia.audio_decoder.mp3 to Tizonia config
Add gstomxmp3enc and Add OMX.Aratelia.audio_decoder.mp3 to Tizonia config
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 782800
Blocks: 783976
 
 
Reported: 2017-05-23 09:31 UTC by Julien Isorce
Modified: 2017-07-12 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
omx: add gstomxmp3enc (12.40 KB, patch)
2017-05-23 09:36 UTC, Julien Isorce
committed Details | Review
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config (978 bytes, patch)
2017-05-23 09:38 UTC, Julien Isorce
none Details | Review
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config (969 bytes, patch)
2017-07-12 13:10 UTC, Julien Isorce
committed Details | Review

Description Julien Isorce 2017-05-23 09:31:08 UTC
Initial support omxmp3enc GStreamer element. Follow-up of https://bugzilla.gnome.org/show_bug.cgi?id=782800
Comment 1 Julien Isorce 2017-05-23 09:36:22 UTC
Created attachment 352399 [details] [review]
omx: add gstomxmp3enc
Comment 2 Julien Isorce 2017-05-23 09:38:10 UTC
Created attachment 352400 [details] [review]
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config

Mostly only useful for testing, see commit msg.
Comment 3 Julien Isorce 2017-07-12 13:10:00 UTC
Created attachment 355422 [details] [review]
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config

Update since 'gstomx.conf.in' enhancement.
Comment 4 Julien Isorce 2017-07-12 13:33:12 UTC
Comment on attachment 352399 [details] [review]
omx: add gstomxmp3enc

commit 02d493e85921596f7cac7ef4af02fde500e9a5d8
Author: Julien Isorce <jisorce@oblong.com>
Date:   Tue May 23 10:32:06 2017 +0100

    omx: add gstomxmp3enc
    
    Initial support and only tested with the software based
    encoder OMX.Aratelia.audio_encoder.mp3 from Tizonia which
    internally uses libmp3lame.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782988
Comment 5 Julien Isorce 2017-07-12 13:33:37 UTC
Comment on attachment 355422 [details] [review]
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config

commit 8cd77b04a6c66690fbcaffff71a32e274c56c8ed
Author: Julien Isorce <jisorce@oblong.com>
Date:   Tue May 23 10:32:58 2017 +0100

    config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config
    
    Useful mostly for testing/debugging purpose as this is a software
    based encoder (libmp3lame) for which GStreamer provides a direct
    wrapper.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=782988