diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-19 13:46:33 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-03-19 13:46:33 +0100 |
commit | fbc22bf3979a135d0901b3efcc3d0c035a291ee4 (patch) | |
tree | 90f5187431306629ad602024eacba1e8ef2e439c /config | |
parent | 4483581e2a44fd41f02de0dd03204b09d5e38365 (diff) | |
download | gst-omx-fbc22bf3979a135d0901b3efcc3d0c035a291ee4.tar.gz |
rpi: Fix commit that added the VC1 decoder
Diffstat (limited to 'config')
-rw-r--r-- | config/rpi/gstomx.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf index ee1da9d..8b65059 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] |