summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 13:46:33 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-22 10:48:26 +0100
commite20da0ce750eeb86c33e7ccdbfafd0b6688df538 (patch)
treecc5ef73e8624729b346cd6dea5ddd5221a6bb603
parent5553190efc88626e0fa0885e12a2405afd223679 (diff)
downloadgst-omx-e20da0ce750eeb86c33e7ccdbfafd0b6688df538.tar.gz
rpi: Fix commit that added the VC1 decoder
-rw-r--r--config/rpi/gstomx.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf
index da1593a..11832fa 100644
--- a/config/rpi/gstomx.conf
+++ b/config/rpi/gstomx.conf
@@ -61,13 +61,13 @@ in-port-index=130
out-port-index=131
hacks=no-component-role
-[omxmpeg4videoenc]
-type-name=GstOMXMPEG4VideoEnc
+[omxvc1dec]
+type-name=GstOMXWMVDec
core-name=/opt/vc/lib/libopenmaxil.so
component-name=OMX.broadcom.video_encode
rank=256
-in-port-index=200
-out-port-index=201
+in-port-index=130
+out-port-index=131
hacks=no-component-role
sink-template-caps=video/x-wmv,wmvversion=(int)3,format=(string){WMV3,WVC1},width=(int)[1,MAX],height=(int)[1,MAX]