[cleansdk-e4x12] Enable hardware codec
authorHyunseok Lee <hs7388.lee@samsung.com>
Mon, 25 Mar 2013 05:38:53 +0000 (14:38 +0900)
committerHyunseok Lee <hs7388.lee@samsung.com>
Mon, 25 Mar 2013 05:38:53 +0000 (14:38 +0900)
Change-Id: I54d4e694922b29131e8c454a23b15311497876ad

mmfw-sysconf-cleansdk-e4x12/usr/etc/gst-openmax.conf [changed mode: 0755->0644]
mmfw-sysconf-cleansdk-e4x12/usr/etc/mmfw_camcorder.ini
mmfw-sysconf-cleansdk-target/usr/etc/gst-openmax.conf [changed mode: 0755->0644]
packaging/mmfw-sysconf-cleansdk-e4x12.spec
packaging/mmfw-sysconf-cleansdk-target.spec
packaging/mmfw-sysconf-simulator.spec

old mode 100755 (executable)
new mode 100644 (file)
index 9c0203c..ed6f3db
@@ -4,7 +4,7 @@ omx_mpeg4dec,
   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,
@@ -12,7 +12,7 @@ omx_h264dec,
   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,
@@ -20,7 +20,7 @@ omx_h263dec,
   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,
@@ -28,7 +28,7 @@ omx_wmvdec,
   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,
@@ -36,7 +36,7 @@ omx_mpeg4enc,
   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,
@@ -44,7 +44,7 @@ omx_h264enc,
   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,
@@ -52,4 +52,4 @@ omx_h263enc,
   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;
index 271a4d9..e62993e 100644 (file)
@@ -31,7 +31,7 @@ ConfCtrlFile0 = mmfw_camcorder_dev_video_pri.ini
 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 = 1
 
 [AudioInput]
@@ -50,13 +50,14 @@ DisplayMode = 0,1,2 || 0
 Videosink = 0,1,3 || 0
 VideosinkElementX = xvimagesink | 6,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-buffer,0 | qos,0 | sync,0 | show-preroll-frame,0
 VideosinkElementEvas = evasimagesink | 4,0 | enable-last-buffer,0 | qos,0 | sync,0 | show-preroll-frame,0
-VideosinkElementNull = fakesink | 2,0 | qos,0 | sync,0
+VideosinkElementNull = fakesink | 4,0 | qos,0 | sync,0 | enable-last-buffer,0 | show-preroll-frame,0
 UseVideoscale = 0
 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
@@ -78,7 +79,7 @@ UseVideoEncoderQueue = 1
 VideoProfile = 0
 VideoAutoAudioConvert = 1
 VideoAutoAudioResample = 0
-VideoAutoColorSpace = 1
+VideoAutoColorSpace = 0
 AudioProfile = 1
 AudioAutoAudioConvert = 1
 AudioAutoAudioResample = 0
index 7d50a6f..8312adc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf-cleansdk-e4x12
 Summary:    Multimedia Framework system configuration package
-Version:    0.1.60
+Version:    0.1.61
 Release:    0
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
index eb901dc..5dd344a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf-cleansdk-target
 Summary:    Multimedia Framework system configuration package
-Version:    0.1.60
+Version:    0.1.61
 Release:    0
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
index 46d1fea..6648c39 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf-simulator
 Summary:    Multimedia Framework system configuration package
-Version:    0.1.60
+Version:    0.1.61
 Release:    0
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0