config: expose OMX.mesa h264 decoder and encoder in Tizonia config

https://bugzilla.gnome.org/show_bug.cgi?id=783976
This commit is contained in:
Gurkirpal Singh 2017-07-14 16:34:04 +05:30 committed by Julien Isorce
parent bb3778a1ac
commit ac6f3ab3d3

View file

@ -21,3 +21,21 @@ component-name=OMX.Aratelia.video_decoder.vp8
rank=0
in-port-index=0
out-port-index=1
[omxh264dec]
type-name=GstOMXH264Dec
core-name=@TIZONIA_LIBDIR@/libtizcore.so
component-name=OMX.mesa.video.all
component-role=video_decoder.avc
rank=0
in-port-index=0
out-port-index=1
[omxh264enc]
type-name=GstOMXH264Enc
core-name=@TIZONIA_LIBDIR@/libtizcore.so
component-name=OMX.mesa.video.all
component-role=video_encoder.avc
rank=0
in-port-index=0
out-port-index=1