summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJulien Isorce <jisorce@oblong.com>2017-06-20 00:13:33 +0100
committerJulien Isorce <jisorce@oblong.com>2017-07-18 23:45:11 +0100
commita9a30870215e8264a4b28e28c3efed9355100adf (patch)
treedbc6c07f3d4e02559cb862905051e8d3cefa2a23 /config
parent1b7d0b8599010172d8ee313930f0f9db0629572b (diff)
downloadgst-omx-a9a30870215e8264a4b28e28c3efed9355100adf.tar.gz
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
Diffstat (limited to 'config')
-rw-r--r--config/tizonia/gstomx.conf.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/tizonia/gstomx.conf.in b/config/tizonia/gstomx.conf.in
index 808b535..cbee806 100644
--- a/config/tizonia/gstomx.conf.in
+++ b/config/tizonia/gstomx.conf.in
@@ -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