mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
config: add OMX.Aratelia.audio_encoder.mp3 to Tizonia config
Useful mostly for testing/debugging purpose as this is a software based encoder (libmp3lame) for which GStreamer provides a direct wrapper. https://bugzilla.gnome.org/show_bug.cgi?id=782988
This commit is contained in:
parent
02d493e859
commit
8cd77b04a6
1 changed files with 8 additions and 0 deletions
|
@ -5,3 +5,11 @@ component-name=OMX.Aratelia.audio_decoder.mp3
|
||||||
rank=257
|
rank=257
|
||||||
in-port-index=0
|
in-port-index=0
|
||||||
out-port-index=1
|
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
|
||||||
|
|
Loading…
Reference in a new issue