[rpi3/rpi3-spk/u3][camera] Update videooutput setting 96/211596/1 accepted/tizen/unified/20190807.111814 submit/tizen/20190807.035150
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 7 Aug 2019 03:44:24 +0000 (12:44 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 7 Aug 2019 03:44:24 +0000 (12:44 +0900)
- The "tizenwlsink" does not support I420 if use-tbm setting is false on rpi3 target,
  so videoconvert is needed.
- For performance, the "videoconvert" can be removed after tizenwlsink supports I420 on rpi3 target.

[Version] 0.2.150
[Issue Type] Update

Change-Id: I7348a61cd047d32b3cc22b12463c7d4e8716303d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini
mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini
mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini
packaging/mmfw-sysconf.spec

index ebcf44e..2ce8bf3 100644 (file)
@@ -50,9 +50,8 @@ Videosink = 0,3,4 || 3
 VideosinkElementOverlay = tizenwlsink | 7,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 | use-tbm,0
 VideosinkElementRemote = shmsink | 5,0 | wait-for-connection,0 | perms,511 | enable-last-sample,0 | qos,0 | sync,0
 VideosinkElementNull = fakesink | 4,0 | qos,0 | sync,0 | enable-last-sample,0 | show-preroll-frame,0
-UseVideoscale = 1
-VideoscaleElement = fimcconvert | 1,0 | rotang,0
-;VideoscaleElement = videoscale
+UseVideoconvert = 1
+VideoconvertElement = videoconvert | 0,0
 
 [VideoEncoder]
 MPEG4 = avenc_mpeg4 | 0,0
index ebcf44e..2ce8bf3 100644 (file)
@@ -50,9 +50,8 @@ Videosink = 0,3,4 || 3
 VideosinkElementOverlay = tizenwlsink | 7,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 | use-tbm,0
 VideosinkElementRemote = shmsink | 5,0 | wait-for-connection,0 | perms,511 | enable-last-sample,0 | qos,0 | sync,0
 VideosinkElementNull = fakesink | 4,0 | qos,0 | sync,0 | enable-last-sample,0 | show-preroll-frame,0
-UseVideoscale = 1
-VideoscaleElement = fimcconvert | 1,0 | rotang,0
-;VideoscaleElement = videoscale
+UseVideoconvert = 1
+VideoconvertElement = videoconvert | 0,0
 
 [VideoEncoder]
 MPEG4 = avenc_mpeg4 | 0,0
index 363a035..2ce8bf3 100644 (file)
@@ -47,12 +47,9 @@ DisplayMode = 0,1,2 || 0
 ; Videosink
 ;;; 0: Overlay surface, 1: Evas surface, 2: GL surface, 3: NULL surface, 4: Remote
 Videosink = 0,3,4 || 3
-VideosinkElementOverlay = tizenwlsink | 6,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 | use-tbm,0
+VideosinkElementOverlay = tizenwlsink | 7,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 | use-tbm,0
 VideosinkElementRemote = shmsink | 5,0 | wait-for-connection,0 | perms,511 | enable-last-sample,0 | qos,0 | sync,0
 VideosinkElementNull = fakesink | 4,0 | qos,0 | sync,0 | enable-last-sample,0 | show-preroll-frame,0
-UseVideoscale = 1
-VideoscaleElement = fimcconvert | 1,0 | rotang,0
-;VideoscaleElement = videoscale
 UseVideoconvert = 1
 VideoconvertElement = videoconvert | 0,0
 
index 4a1cfcf..3387cf1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.149
+Version:    0.2.150
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0