diff options
author | Josep Torra <n770galaxy@gmail.com> | 2013-09-20 17:19:53 +0200 |
---|---|---|
committer | Josep Torra <n770galaxy@gmail.com> | 2013-09-20 18:51:04 +0200 |
commit | 92098e66afba94a1f2bb844a88b9c7de8b2c712a (patch) | |
tree | 90c0753312a8ccfa04c0e4a936fc3e33d1ada391 | |
parent | aa21522afb6effb474e32e53ee04a831d8c18965 (diff) |
rpi: fix a copy paste error in the config file
-rw-r--r-- | config/rpi/gstomx.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf index 8b65059..5de0011 100644 --- a/config/rpi/gstomx.conf +++ b/config/rpi/gstomx.conf @@ -64,12 +64,11 @@ hacks=no-component-role [omxvc1dec] type-name=GstOMXWMVDec core-name=/opt/vc/lib/libopenmaxil.so -component-name=OMX.broadcom.video_encode +component-name=OMX.broadcom.video_decode rank=256 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] [omxh264enc] type-name=GstOMXH264Enc |