config: add OMX.Aratelia.audio_decoder.aac to Tizonia config
authorJulien Isorce <jisorce@oblong.com>
Mon, 4 Dec 2017 17:11:04 +0000 (17:11 +0000)
committerJulien Isorce <jisorce@oblong.com>
Mon, 11 Dec 2017 15:09:38 +0000 (15:09 +0000)
Useful mostly for testing/debugging purpose as this is a software
based decoder (libfaad) for which GStreamer provides a direct
wrapper.

https://bugzilla.gnome.org/show_bug.cgi?id=791482

config/tizonia/gstomx.conf.in

index 2f34386..4f7fb2b 100644 (file)
@@ -14,6 +14,14 @@ rank=0
 in-port-index=0
 out-port-index=1
 
+[omxaacdec]
+type-name=GstOMXAACDec
+core-name=@TIZONIA_LIBDIR@/libtizcore.so
+component-name=OMX.Aratelia.audio_decoder.aac
+rank=0
+in-port-index=0
+out-port-index=1
+
 [omxvp8dec]
 type-name=GstOMXVP8Dec
 core-name=@TIZONIA_LIBDIR@/libtizcore.so