summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-19 13:10:39 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-22 10:37:18 +0100
commitd09663ff9649e00e6a555a798b8f50c0a65aea77 (patch)
treed92f02fb18cf447b0db79c93ee04275b45278669
parent9459389a5f33dd288a74ce1011d2ac83bdb79c37 (diff)
downloadgst-omx-d09663ff9649e00e6a555a798b8f50c0a65aea77.tar.gz
rpi: Add VC1/WMV3 decoder
WMV2 and WMV1 (aka WMV 1-8) are not supported by RPi.
-rw-r--r--config/rpi/gstomx.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf
index a8ebfe3..3b34169 100644
--- a/config/rpi/gstomx.conf
+++ b/config/rpi/gstomx.conf
@@ -61,6 +61,16 @@ in-port-index=130
out-port-index=131
hacks=no-component-role
+[omxmpeg4videoenc]
+type-name=GstOMXMPEG4VideoEnc
+core-name=/opt/vc/lib/libopenmaxil.so
+component-name=OMX.broadcom.video_encode
+rank=256
+in-port-index=200
+out-port-index=201
+hacks=no-component-role
+sink-template-caps=video/x-wmv,wmvversion=(int)3,format=(string){WMV3,WVC1}
+
[omxh264enc]
type-name=GstOMXH264Enc
core-name=/opt/vc/lib/libopenmaxil.so