[MediaStreamer/TM1] Add use zerocopy type 28/238428/2
authorHyunil <hyunil46.park@samsung.com>
Tue, 14 Jul 2020 01:52:13 +0000 (10:52 +0900)
committerHyunil <hyunil46.park@samsung.com>
Tue, 14 Jul 2020 05:02:04 +0000 (14:02 +0900)
- If this value is set, MediaStreamer use zerocopy format for camerasrc output and h/w encoder input
  and MEDIA_STREAMER_NODE_TYPE_VIDEO_ENCODER exclude video convert and scale

Change-Id: I2de554c1d09dd159fd455ea1859ca59680866c61
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini
packaging/mmfw-sysconf.spec

index 2d71687fd449c306709c485eaefb33a8ecb8aba8..5620a73f5c5f9bcc3b8d07436d61831ecc2acc12 100644 (file)
@@ -8,7 +8,7 @@ use decodebin = yes
 
 ; comma separated list of element names which
 ; will not be used in autoplug mode
-exclude elements = v4l2video,v4l2h264,omx,sprd
+exclude elements = v4l2video,v4l2h264,omx,sprddec
 
 ; comma separated list of element names which
 ; will require resources in autoplug mode
@@ -18,6 +18,8 @@ resource elements = omx,sprd
 ; that will pass to gst_init
 gstreamer arguments = --gst-debug=2
 
+; camerasrc and h/w encoder use zero copy
+use zerocopy = yes
 
 ;MEDIA_STREAMER_NODE_TYPE_SRC
 [node type 1]
index de46232e9333eb96a3f2243cd55051318212c3b4..065ec0865788655c3c9c5e7b0523af274f57a5d2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.168
+Version:    0.2.169
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0