diff options
author | Josep Torra <n770galaxy@gmail.com> | 2013-03-07 11:02:39 +0100 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2013-03-07 11:02:39 +0100 |
commit | e123b2089f69a413241f30a2428ea6edd8f231e7 (patch) | |
tree | 61cb2ace59b2ec7f1e2755af156a2db815765b71 /config | |
parent | 613b684f93025d4b3e1fae1be1bcdd227385771d (diff) | |
download | gst-omx-e123b2089f69a413241f30a2428ea6edd8f231e7.tar.gz |
omx: use no-component-reconfigure hack on the Raspberry PI
Diffstat (limited to 'config')
-rw-r--r-- | config/rpi/gstomx.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf index f0b0792..21d094d 100644 --- a/config/rpi/gstomx.conf +++ b/config/rpi/gstomx.conf @@ -5,7 +5,7 @@ component-name=OMX.broadcom.video_decode rank=256 in-port-index=130 out-port-index=131 -hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum +hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum;no-component-reconfigure [omxh264dec] type-name=GstOMXH264Dec @@ -14,7 +14,7 @@ component-name=OMX.broadcom.video_decode rank=256 in-port-index=130 out-port-index=131 -hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum +hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum;no-component-reconfigure [omxmpeg2dec] type-name=GstOMXMPEG2Dec @@ -23,7 +23,7 @@ component-name=OMX.broadcom.video_decode rank=256 in-port-index=130 out-port-index=131 -hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum +hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum;no-component-reconfigure [omxmpeg4videoenc] type-name=GstOMXMPEG4VideoEnc @@ -32,7 +32,7 @@ component-name=OMX.broadcom.video_encode rank=256 in-port-index=200 out-port-index=201 -hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum +hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum;no-component-reconfigure [omxh264enc] type-name=GstOMXH264Enc @@ -41,5 +41,5 @@ component-name=OMX.broadcom.video_encode rank=256 in-port-index=200 out-port-index=201 -hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum +hacks=no-empty-eos-buffer;no-component-role;port-actual-count-is-minimum;no-component-reconfigure |