From 0b926e947f28e0acdf733e232cfd39353df872d6 Mon Sep 17 00:00:00 2001
From: Oleksandr Popov
Date: Mon, 5 Dec 2016 21:00:27 +0200
Subject: [PATCH] Added field that contain list of elements that require
resources
Change-Id: I9a64908b1a57958ac827c15b9aefaca361749030
Signed-off-by: Oleksandr Popov
---
mmfw-sysconf-simulator/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-artik10/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-tw1/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
mmfw-sysconf-target-u3/etc/multimedia/mmfw_media_streamer.ini | 4 ++++
7 files changed, 28 insertions(+)
diff --git a/mmfw-sysconf-simulator/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-simulator/etc/multimedia/mmfw_media_streamer.ini
index ff0eeb7..07cdb1f 100644
--- a/mmfw-sysconf-simulator/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-simulator/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd,maru
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
diff --git a/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_media_streamer.ini
index d19a0a0..e4925bb 100644
--- a/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-artik10/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
diff --git a/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_media_streamer.ini
index d19a0a0..e4925bb 100644
--- a/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-hawkp/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
diff --git a/mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_streamer.ini
index d19a0a0..e4925bb 100644
--- a/mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
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 60c80f5..6fa9b93 100644
--- a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
diff --git a/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_media_streamer.ini
index d19a0a0..e4925bb 100644
--- a/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-tw1/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
diff --git a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_media_streamer.ini b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_media_streamer.ini
index d19a0a0..e4925bb 100644
--- a/mmfw-sysconf-target-u3/etc/multimedia/mmfw_media_streamer.ini
+++ b/mmfw-sysconf-target-u3/etc/multimedia/mmfw_media_streamer.ini
@@ -10,6 +10,10 @@ use decodebin = yes
; will not be used in autoplug mode
exclude elements = v4l2video,omx,sprd
+; comma separated list of element names which
+; will require resources in autoplug mode
+resource elements = omx,sprd
+
; comma separated list of arguments
; that will pass to gst_init
gstreamer arguments = --gst-debug=2
--
2.7.4