From: Jeongmo Yang Date: Tue, 5 Jan 2016 09:08:28 +0000 (+0900) Subject: [tm1/camera] Replace shmsink by tizenipcsink X-Git-Tag: submit/tizen/20160105.093305^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c14966e9799b6363718e672f5c5307bc8fd0c2da;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git [tm1/camera] Replace shmsink by tizenipcsink Change-Id: I58007570102fd5989a9c72d1125b8df3652c993b Signed-off-by: Jeongmo Yang --- diff --git a/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.wayland b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.wayland index 7b751cb..b9c1233 100644 --- a/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.wayland +++ b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.wayland @@ -32,7 +32,7 @@ ConfCtrlFile1 = mmfw_camcorder_dev_video_sec.ini VideosrcElement = tvcamerasrc | 1,1 | do-timestamp,1 | device,/dev/video241 UseVideoscale = 1 VideoscaleElement = videoscale | 3,0 | width,320 | height,240 | method,1 -UseZeroCopyFormat = 1 +UseZeroCopyFormat = 0 DeviceCount = 1 [AudioInput] diff --git a/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.x b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.x index 14ff6bb..6ae3f7b 100644 --- a/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.x +++ b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_camcorder.ini.x @@ -32,7 +32,7 @@ ConfCtrlFile1 = mmfw_camcorder_dev_video_sec.ini VideosrcElement = tvcamerasrc | 1,1 | do-timestamp,1 | device,/dev/video241 UseVideoscale = 1 VideoscaleElement = videoscale | 3,0 | width,320 | height,240 | method,1 -UseZeroCopyFormat = 1 +UseZeroCopyFormat = 0 DeviceCount = 1 [AudioInput] diff --git a/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.wayland b/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.wayland index 6b62c9e..eb587a4 100644 --- a/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.wayland +++ b/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.wayland @@ -54,7 +54,7 @@ Videosink = 0,1,3,5 || 1 VideosinkElementX = fakesink | 6,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 ;VideosinkElementX = waylandsink | 6,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 VideosinkElementEvas = evasimagesink | 4,0 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 -VideosinkElementRemote = shmsink | 5,0 | wait-for-connection,0 | perms,511 | enable-last-sample,0 | qos,0 | sync,0 +VideosinkElementRemote = tizenipcsink | 4,0 | permissions,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 = 0 VideoscaleElement = videoscale | 1,0 | rotang,90 diff --git a/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.x b/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.x index ce7e638..9ddfbde 100644 --- a/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.x +++ b/mmfw-sysconf-target-tm1/usr/etc/mmfw_camcorder.ini.x @@ -53,7 +53,7 @@ DisplayMode = 0,1,2 || 0 Videosink = 0,1,3,5 || 1 VideosinkElementX = xvimagesink | 6,0 | draw-borders,0 | force-aspect-ratio,1 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 VideosinkElementEvas = evasimagesink | 4,0 | enable-last-sample,0 | qos,0 | sync,0 | show-preroll-frame,0 -VideosinkElementRemote = shmsink | 5,0 | wait-for-connection,0 | perms,511 | enable-last-sample,0 | qos,0 | sync,0 +VideosinkElementRemote = tizenipcsink | 4,0 | permissions,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 = 0 VideoscaleElement = videoscale | 1,0 | rotang,90 diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 97694b9..ea1d825 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -2,7 +2,7 @@ Name: mmfw-sysconf Summary: Multimedia Framework system configuration package -Version: 0.2.40 +Version: 0.2.41 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1+ and Apache-2.0