HS-IVI2.0 release - spec changes
[adaptation/panda/system-adaptation-pandaboard.git] / common / gst-openmax.conf_bak
1 omx_mpeg4dec,
2   type=GstOmxMpeg4Dec,
3   library-name=libSEC_OMX_Core.so.0,
4   component-name=OMX.SEC.MPEG4.Decoder,
5   sink="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-divx, divxversion=(int)[4,5], width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-xvid, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max]; video/x-3ivx, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
6   src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
7   rank=0;
8
9 omx_h264dec,
10   type=GstOmxH264Dec,
11   library-name=libSEC_OMX_Core.so.0,
12   component-name=OMX.SEC.AVC.Decoder,
13   sink="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
14   src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
15   rank=0;
16
17 omx_h263dec,
18   type=GstOmxH263Dec,
19   library-name=libSEC_OMX_Core.so.0,
20   component-name=OMX.SEC.H263.Decoder,
21   sink="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
22   src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
23   rank=0;
24
25 omx_wmvdec,
26   type=GstOmxWmvDec,
27   library-name=libSEC_OMX_Core.so.0,
28   component-name=OMX.SEC.WMV.Decoder,
29   sink="video/x-wmv, wmvversion=(int)3, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
30   src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
31   rank=0;
32
33 omx_mpeg4enc,
34   type=GstOmxMpeg4Enc,
35   library-name=libSEC_OMX_Core.so.0,
36   component-name=OMX.SEC.MPEG4.Encoder,
37   sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
38   src="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
39   rank=0;
40
41 omx_h264enc,
42   type=GstOmxH264Enc,
43   library-name=libSEC_OMX_Core.so.0,
44   component-name=OMX.SEC.AVC.Encoder,
45   sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
46   src="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
47   rank=0;
48
49 omx_h263enc,
50   type=GstOmxH263Enc,
51   library-name=libSEC_OMX_Core.so.0,
52   component-name=OMX.SEC.H263.Encoder,
53   sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
54   src="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
55   rank=0