config: expose OMX.mesa h264 decoder and encoder in Tizonia config
authorGurkirpal Singh <gurkirpal204@gmail.com>
Fri, 14 Jul 2017 11:04:04 +0000 (16:34 +0530)
committerJulien Isorce <jisorce@oblong.com>
Thu, 17 Aug 2017 13:09:53 +0000 (14:09 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=783976

config/tizonia/gstomx.conf.in

index cbee806..2f34386 100644 (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