diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-25 19:17:17 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2013-09-25 19:17:17 +0200 |
commit | b129376a5721b7fc3632f239140f0cdbf20db2d8 (patch) | |
tree | e85f802661d9c512453d8cf8be656c7ffeec9653 | |
parent | 34b2df71d5d05f34c966f7acd2a976db7cb99a3b (diff) |
rpi: The WMV/VC1 decoder can only do WMV9 and VC1, no older versions
-rw-r--r-- | config/rpi/gstomx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |