diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-19 12:28:50 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-19 12:28:50 +0100 |
commit | ff5390d7c31ca0c4b21cbe9d4ac51d318b08acd6 (patch) | |
tree | 52af306d946d4cbe156d9d983881a6a45d22dd1d | |
parent | 8460cabd135e4e953badb377b6db526c2e913a49 (diff) |
rpi: Add Theora decoder to the 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 7450531..80aceef 100644 --- a/config/rpi/gstomx.conf +++ b/config/rpi/gstomx.conf @@ -34,13 +34,13 @@ in-port-index=130 out-port-index=131 hacks=no-component-role -[omxmpeg4videoenc] -type-name=GstOMXMPEG4VideoEnc +[omxtheoradec] +type-name=GstOMXTheoraDec core-name=/opt/vc/lib/libopenmaxil.so -component-name=OMX.broadcom.video_encode +component-name=OMX.broadcom.video_decode rank=256 -in-port-index=200 -out-port-index=201 +in-port-index=130 +out-port-index=131 hacks=no-component-role [omxh264enc] |