From ef5e04c6de1a612b2a61b43da5353522e76e514f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 25 Sep 2013 19:17:17 +0200 Subject: 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 30436fb..1efeadc 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 -- cgit v1.2.1