[webrtc] Add 'source element properties' item 40/267540/4 accepted/tizen/unified/20211209.140542 submit/tizen/20211208.120003
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 7 Dec 2021 03:22:54 +0000 (12:22 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 7 Dec 2021 09:55:56 +0000 (18:55 +0900)
Comma separated list of 'property-name=value' will be set to the source element.

e.g.)
source element properties = prop1=value1,prop2=value2

[Version] 0.3.32
[Issue Type] Add

Change-Id: I484b677e031c63de2ab33eb02197db91b7b16df2
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
media-config-simulator/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-c4/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-qrb2210/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-rb5/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-tm1/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-tw3/hal/etc/multimedia/mmfw_webrtc.ini
media-config-target-vim3/hal/etc/multimedia/mmfw_webrtc.ini
packaging/media-config.spec

index 9d8d19ea438d413690fa42a2c4fd6c4efc5ef9fd..b5a04ffb1f1ce3b9c341c959b068eed5df22975a 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = videotestsrc
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index d948333e2ebdf1ad304a215497df967a17f590f9..a7f43f51abc231ef11f8af3ede51378a8190f973 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 63121baffbe4bff13d8a1851fa3417630bdbbba7..bb95688c2583b2ddffe750eeed017fb02b7447b5 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = camerasrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 video raw format = SN12
 video width = 640
@@ -76,6 +80,8 @@ video hw encoder element = sprdenc_h264
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 9d8d19ea438d413690fa42a2c4fd6c4efc5ef9fd..b5a04ffb1f1ce3b9c341c959b068eed5df22975a 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = videotestsrc
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 3eaf0eb2f7e8182d9a1c55b345d31f8a46a78202..99dba86decbaf044dac7823bdc2a9fedd3a686b0 100644 (file)
@@ -50,6 +50,8 @@ use ulpfec red = yes
 
 [source videotest]
 source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -63,6 +65,8 @@ video drc support = yes
 
 [source camera]
 source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -76,6 +80,8 @@ source element = v4l2src
 
 [source screen]
 source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;video raw format =
 ;video width =
@@ -89,6 +95,8 @@ source element = waylandsrc
 
 [source audiotest]
 source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
@@ -100,6 +108,8 @@ use ulpfec red = no
 
 [source mic]
 source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
 ; values below will override the default one of [media source] above
 ;audio raw format =
 ;audio samplerate =
index 8f93e2306de85e438ab3797b1af78dc0b8580570..e3c7763746029fc9e46c172fa53204a482ec8124 100644 (file)
@@ -1,6 +1,6 @@
 Name:       media-config
 Summary:    Multimedia Framework system configuration package
-Version:    0.3.31
+Version:    0.3.32
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0