[tm1][mediastreamer] Add new fields for the zerocopy 23/240723/2 submit/tizen/20200812.043657
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 11 Aug 2020 02:18:13 +0000 (11:18 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 12 Aug 2020 03:43:28 +0000 (12:43 +0900)
'zerocopy node names' and 'zerocopy formats' are added.

[Version] 0.2.170
[Issue Type] Add

Change-Id: I33016581d3836e6e056b3b64a79599460c248dd4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini
packaging/mmfw-sysconf.spec

index 5620a73f5c5f9bcc3b8d07436d61831ecc2acc12..77111530c7374f0524abeb375ac761b19888bc30 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,sprddec
+exclude elements = v4l2video,v4l2h264,omx
 
 ; comma separated list of element names which
 ; will require resources in autoplug mode
@@ -18,9 +18,15 @@ resource elements = omx,sprd
 ; that will pass to gst_init
 gstreamer arguments = --gst-debug=2
 
-; camerasrc and h/w encoder use zero copy
+; zero copy format will be used if both conditions(node name and format) are satisfied
 use zerocopy = yes
 
+; comma separated list of node names
+zerocopy node names = video_encoder,capsfilter
+
+; comma separated list of formats
+zerocopy formats = SN12
+
 ;MEDIA_STREAMER_NODE_TYPE_SRC
 [node type 1]
 audio capture = pulsesrc
index 065ec0865788655c3c9c5e7b0523af274f57a5d2..275ae3cbc61723fe44abfa6b2a54ebf14cbd40fa 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.169
+Version:    0.2.170
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0