gstreamer/config/tizonia/gstomx.conf.in
Julien Isorce a9a3087021 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
2017-07-18 23:45:11 +01:00

23 lines
488 B
Text

[omxmp3dec]
type-name=GstOMXMP3Dec
core-name=@TIZONIA_LIBDIR@/libtizcore.so
component-name=OMX.Aratelia.audio_decoder.mp3
rank=0
in-port-index=0
out-port-index=1
[omxmp3enc]
type-name=GstOMXMP3Enc
core-name=@TIZONIA_LIBDIR@/libtizcore.so
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