component-name=OMX.SEC.MPEG4.Decoder,
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];",
src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_h264dec,
type=GstOmxH264Dec,
component-name=OMX.SEC.AVC.Decoder,
sink="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_h263dec,
type=GstOmxH263Dec,
component-name=OMX.SEC.H263.Decoder,
sink="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_wmvdec,
type=GstOmxWmvDec,
component-name=OMX.SEC.WMV.Decoder,
sink="video/x-wmv, wmvversion=(int)3, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/x-raw-yuv, format=(fourcc){ST12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_mpeg4enc,
type=GstOmxMpeg4Enc,
component-name=OMX.SEC.MPEG4.Encoder,
sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/mpeg, mpegversion=(int)4, systemstream=false, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_h264enc,
type=GstOmxH264Enc,
component-name=OMX.SEC.AVC.Encoder,
sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/x-h264, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0;
+ rank=256;
omx_h263enc,
type=GstOmxH263Enc,
component-name=OMX.SEC.H263.Encoder,
sink="video/x-raw-yuv, format=(fourcc){ST12, SN12}, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
src="video/x-h263, variant=(string)itu, width=(int)[16,4096], height=(int)[16,4096], framerate=(fraction)[0,max];",
- rank=0
+ rank=256;
VideosrcElement = camerasrc | 2,0 | do-timestamp,1 | num-alloc-buf,7
UseVideoscale = 0
VideoscaleElement = videoscale | 3,0 | width,320 | height,240 | method,1
-UseZeroCopyFormat = 0
+UseZeroCopyFormat = 1
DeviceCount = 2
[AudioInput]
VideoscaleElement = fimcconvert | 1,0 | rotang,90
[VideoEncoder]
-H263 = ffenc_h263p | 0,0
-MPEG4 = ffenc_mpeg4 | 0,0
+H263 = omx_h263enc | 0,0
+H264 = omx_h264enc | 0,0
+MPEG4 = omx_mpeg4enc | 0,0
[AudioEncoder]
AMR = amrnbenc | 0,0
VideoProfile = 0
VideoAutoAudioConvert = 1
VideoAutoAudioResample = 0
-VideoAutoColorSpace = 1
+VideoAutoColorSpace = 0
AudioProfile = 1
AudioAutoAudioConvert = 1
AudioAutoAudioResample = 0
FPS = 0,8,15,24,25,30,60,120 || 30
; PictureForamt - MSL value
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED
-PictureFormat = 0,4,7 || 7
+PictureFormat = 0,4,7 || 0
Overlay = 0,1 || 1
; Recommend display rotation
;;; 0:NONE, 1:90, 2:180, 3:270
RecommendDisplayRotation = 3
; Recommend preview format for capture
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatCapture = 4
+RecommendPreviewFormatCapture = 0
; Recommend preview format for record
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY
RecommendPreviewFormatRecord = 0
DeviceName = m4mo_VGA_c210
PreviewResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
CaptureResolution = 176,144 | 320,240 | 352,288 | 640,480 || 640,480
-FPS = 0,8,15,25,30 || 15
+FPS = 0,8,15,25,30 || 30
; PictureForamt - MSL value
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED
-PictureFormat = 0,4,7 || 7
+PictureFormat = 0,4,7 || 0
Overlay = 0,1 || 1
; Recommend display rotation
;;; 0:NONE, 1:90, 2:180, 3:270
RecommendDisplayRotation = 3
; Recommend preview format for capture
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY
-RecommendPreviewFormatCapture = 4
+RecommendPreviewFormatCapture = 0
; Recommend preview format for record
;;; 0:NV12, 1:NV12T, 2:NV16, 3:NV21, 4:YUYV, 5:UYVY, 6:422P, 7:I420, 8:YV12, 9:RGB565, 10:RGB888, 11:RGBA, 12:ARGB, 13:ENCODED, 14:INTERLEAVED_JPEG_UYVY
RecommendPreviewFormatRecord = 0
Name: mmfw-sysconf-cleansdk-e4x12
Summary: Multimedia Framework system configuration package
-Version: 0.1.61
+Version: 0.1.62
Release: 0
Group: TO_BE/FILLED_IN
License: Apache-2.0
Name: mmfw-sysconf-cleansdk-target
Summary: Multimedia Framework system configuration package
-Version: 0.1.61
+Version: 0.1.62
Release: 0
Group: TO_BE/FILLED_IN
License: Apache-2.0
Name: mmfw-sysconf-simulator
Summary: Multimedia Framework system configuration package
-Version: 0.1.61
+Version: 0.1.62
Release: 0
Group: TO_BE/FILLED_IN
License: Apache-2.0