mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
config: add OMX.Aratelia.audio_decoder.aac to Tizonia config
Useful mostly for testing/debugging purpose as this is a software based decoder (libfaad) for which GStreamer provides a direct wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=791482
This commit is contained in:
parent
56654cced5
commit
cefbbbc8bf
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ rank=0
|
||||||
in-port-index=0
|
in-port-index=0
|
||||||
out-port-index=1
|
out-port-index=1
|
||||||
|
|
||||||
|
[omxaacdec]
|
||||||
|
type-name=GstOMXAACDec
|
||||||
|
core-name=@TIZONIA_LIBDIR@/libtizcore.so
|
||||||
|
component-name=OMX.Aratelia.audio_decoder.aac
|
||||||
|
rank=0
|
||||||
|
in-port-index=0
|
||||||
|
out-port-index=1
|
||||||
|
|
||||||
[omxvp8dec]
|
[omxvp8dec]
|
||||||
type-name=GstOMXVP8Dec
|
type-name=GstOMXVP8Dec
|
||||||
core-name=@TIZONIA_LIBDIR@/libtizcore.so
|
core-name=@TIZONIA_LIBDIR@/libtizcore.so
|
||||||
|
|
Loading…
Reference in a new issue