From 8cd77b04a6c66690fbcaffff71a32e274c56c8ed Mon Sep 17 00:00:00 2001 From: Julien Isorce Date: Tue, 23 May 2017 10:32:58 +0100 Subject: [PATCH] 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 --- config/tizonia/gstomx.conf.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/tizonia/gstomx.conf.in b/config/tizonia/gstomx.conf.in index 1073272..b5c54c0 100644 --- a/config/tizonia/gstomx.conf.in +++ b/config/tizonia/gstomx.conf.in @@ -5,3 +5,11 @@ component-name=OMX.Aratelia.audio_decoder.mp3 rank=257 in-port-index=0 out-port-index=1 + +[omxmp3enc] +type-name=GstOMXMP3Enc +core-name=@TIZONIA_LIBDIR@/libtizcore.so +component-name=OMX.Aratelia.audio_encoder.mp3 +rank=0 +in-port-index=0 +out-port-index=1 -- 2.7.4