config: add OMX.Aratelia.video_decoder.vp8 to Tizonia config

Useful mostly for testing/debugging purpose as this is a software
based encoder (libvpxdec) for which GStreamer provides a direct
wrapper.

https://bugzilla.gnome.org/show_bug.cgi?id=783976
This commit is contained in:
Julien Isorce 2017-06-20 00:13:33 +01:00
parent 1b7d0b8599
commit a9a3087021

View file

@ -13,3 +13,11 @@ component-name=OMX.Aratelia.audio_encoder.mp3
rank=0
in-port-index=0
out-port-index=1
[omxvp8dec]
type-name=GstOMXVP8Dec
core-name=@TIZONIA_LIBDIR@/libtizcore.so
component-name=OMX.Aratelia.video_decoder.vp8
rank=0
in-port-index=0
out-port-index=1