From a39b67a35dbd33e6f2e6e3f0cb186c439d4740ef Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 7 Aug 2019 10:22:59 +0900 Subject: [PATCH] [rpi3/rpi3-spk/u3][camera] Add new property setting for tizenwlsink [Version] 0.2.149 Change-Id: I90ca0a95205a93e03f36837bc8ea53572c3b3d96 Signed-off-by: Jeongmo Yang --- mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini | 2 +- mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini | 2 +- mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini | 2 +- packaging/mmfw-sysconf.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini b/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini index 80c8e83..ebcf44e 100644 --- a/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini +++ b/mmfw-sysconf-target-rpi3-spk/etc/multimedia/mmfw_camcorder.ini @@ -47,7 +47,7 @@ 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 +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 diff --git a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini index 80c8e83..ebcf44e 100644 --- a/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini +++ b/mmfw-sysconf-target-rpi3/etc/multimedia/mmfw_camcorder.ini @@ -47,7 +47,7 @@ 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 +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 diff --git a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini index a7c4651..363a035 100644 --- a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini +++ b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_camcorder.ini @@ -47,7 +47,7 @@ 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 +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 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 diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 8b44178..4a1cfcf 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -1,6 +1,6 @@ Name: mmfw-sysconf Summary: Multimedia Framework system configuration package -Version: 0.2.148 +Version: 0.2.149 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 -- 2.34.1