config: Add h264 and mpeg2 encoders to the raspberry pi config

Not completely working yet though.
This commit is contained in:
Sebastian Dröge 2013-02-12 11:09:30 +01:00
parent 044a88f838
commit 0524c41162

View file

@ -24,3 +24,22 @@ rank=256
in-port-index=130
out-port-index=131
hacks=no-empty-eos-buffer;no-component-role
[omxmpeg4videoenc]
type-name=GstOMXMPEG4VideoEnc
core-name=/opt/vc/lib/libopenmaxil.so
component-name=OMX.broadcom.video_encode
rank=256
in-port-index=200
out-port-index=201
hacks=no-empty-eos-buffer;no-component-role
[omxh264enc]
type-name=GstOMXH264Enc
core-name=/opt/vc/lib/libopenmaxil.so
component-name=OMX.broadcom.video_encode
rank=256
in-port-index=200
out-port-index=201
hacks=no-empty-eos-buffer;no-component-role