mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
bb3778a1ac
commit
ac6f3ab3d3
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue