summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 12:28:50 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 12:28:50 +0100
commitff5390d7c31ca0c4b21cbe9d4ac51d318b08acd6 (patch)
tree52af306d946d4cbe156d9d983881a6a45d22dd1d
parent8460cabd135e4e953badb377b6db526c2e913a49 (diff)
downloadgst-omx-ff5390d7c31ca0c4b21cbe9d4ac51d318b08acd6.tar.gz
rpi: Add Theora decoder to the config
-rw-r--r--config/rpi/gstomx.conf10
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]