mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
raspberry: Add a gstomx.conf for the Raspberry Pi
This commit is contained in:
parent
3244201b49
commit
78035a4848
1 changed files with 17 additions and 0 deletions
17
omx/gstomx-raspberry.conf
Normal file
17
omx/gstomx-raspberry.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
[omxmpeg4videodec]
|
||||
type-name=GstOMXMPEG4VideoDec
|
||||
core-name=/opt/vc/lib/libopenmaxil.so
|
||||
component-name=OMX.broadcom.video_decode
|
||||
rank=256
|
||||
in-port-index=130
|
||||
out-port-index=131
|
||||
hacks=no-empty-eos-buffer;no-component-role
|
||||
|
||||
[omxh264dec]
|
||||
type-name=GstOMXH264Dec
|
||||
core-name=/opt/vc/lib/libopenmaxil.so
|
||||
component-name=OMX.broadcom.video_decode
|
||||
rank=256
|
||||
in-port-index=130
|
||||
out-port-index=131
|
||||
hacks=no-empty-eos-buffer;no-component-role
|
Loading…
Reference in a new issue