mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
940febae88
This now only registers elements that are specified in the configuration file. The configuration file is a keyfile in the first XDG configuration directory with the name gstomx.conf.
16 lines
350 B
Text
16 lines
350 B
Text
[omxmpeg4videodec]
|
|
type-name=GstOMXMPEG4VideoDec
|
|
core-name=/usr/local/lib/libomxil-bellagio.so.0
|
|
component-name=OMX.st.video_decoder.mpeg4
|
|
rank=256
|
|
in-port-index=0
|
|
out-port-index=1
|
|
|
|
[omxh264dec]
|
|
type-name=GstOMXH264Dec
|
|
core-name=/usr/local/lib/libomxil-bellagio.so.0
|
|
component-name=OMX.st.video_decoder.avc
|
|
rank=256
|
|
in-port-index=0
|
|
out-port-index=1
|
|
|