From cf6822f80b14ab98d6b4564a6ac9ca1edad17ff5 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Tue, 11 Aug 2020 11:18:13 +0900 Subject: [PATCH] [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 --- mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini | 10 ++++++++-- packaging/mmfw-sysconf.spec | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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 -- 2.7.4