From b129376a5721b7fc3632f239140f0cdbf20db2d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Sep 2013 19:17:17 +0200 Subject: [PATCH] rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versions --- config/rpi/gstomx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf index 5de0011..a4b6f26 100644 --- a/config/rpi/gstomx.conf +++ b/config/rpi/gstomx.conf @@ -69,6 +69,7 @@ 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 -- 2.7.4