From: Sangchul Lee Date: Tue, 11 Aug 2020 02:18:13 +0000 (+0900) Subject: [tm1][mediastreamer] Add new fields for the zerocopy X-Git-Tag: submit/tizen/20200812.043657^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F240723%2F2;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git [tm1][mediastreamer] Add new fields for the zerocopy 'zerocopy node names' and 'zerocopy formats' are added. [Version] 0.2.170 [Issue Type] Add Change-Id: I33016581d3836e6e056b3b64a79599460c248dd4 Signed-off-by: Sangchul Lee --- diff --git a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini index 5620a73..7711153 100644 --- a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini +++ b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini @@ -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 diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 065ec08..275ae3c 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.169 +Version: 0.2.170 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0