config: add OMX.Aratelia.video_decoder.vp8 to Tizonia config
authorJulien Isorce <jisorce@oblong.com>
Mon, 19 Jun 2017 23:13:33 +0000 (00:13 +0100)
committerJulien Isorce <jisorce@oblong.com>
Tue, 18 Jul 2017 22:45:11 +0000 (23:45 +0100)
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

config/tizonia/gstomx.conf.in

index 808b535..cbee806 100644 (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