Some change in mirroring ini file 32/124632/2
authorSeokHoon Lee <andy.shlee@samsung.com>
Wed, 12 Apr 2017 04:18:34 +0000 (13:18 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Wed, 12 Apr 2017 04:41:48 +0000 (13:41 +0900)
- delete session_mode in mmfw_wfd_sink.ini.
  it is replaced by video_codec and audio_codec.
- add video_codec in scmirroring_src.ini.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Ib77f23636ed3025368114076877c90ec47964807

mmfw-sysconf-target-n4/etc/multimedia/mmfw_wfd_sink.ini
mmfw-sysconf-target-n4/etc/multimedia/scmirroring_src.ini
mmfw-sysconf-target-tm1/etc/multimedia/mmfw_wfd_sink.ini
mmfw-sysconf-target-tm1/etc/multimedia/scmirroring_src.ini
packaging/mmfw-sysconf.spec

index da182ff1db5e1ce0e7314b5247544ba35c458450..62d87309faabf8e789c18bb79ad1e6d2ed1cd78b 100644 (file)
@@ -37,10 +37,6 @@ video sink async=no
 ; user agent
 user agent =
 
-; screen mirrroing sink session mode
-; 0: audio/video mixed, 1:video-only, 2:audio-only
-sink session mode = 0
-
 [debug]
 ; generating dot file representing pipeline state
 ; do export GST_DEBUG_DUMP_DOT_DIR=/tmp/ in the shell
index 3802b696f53bc34ef39fc5ca658a03ea88c9459e..6131d26c9c334586eb418a248405c39f35caac3d 100644 (file)
@@ -8,9 +8,6 @@ videosrc element = 4
 ; set default video encoder element
 video encoder element = omxenc_h264
 
-; sending video only mirroring mode
-; 0: audio-video-muxed sending, 1:video-only, 2:audio-only, 3:audio-video-saperate
-session_mode = 0
 disable segtrap = yes ; same effect with --gst-disable-segtrap
 
 mtu_size value = 1400
@@ -43,6 +40,12 @@ qcmsmaudio buffer_time = 1000
 audio latency_time = 10000
 audio do_timestamp = 0
 
+; set video codec for source
+; according to GstWFDVideoFormat
+; 0x0: Not supportted, 0x1: H264
+; default H.264
+video codec = 0x1
+
 ; Video Resolutions supported need to be filled in 32 bits according to WFD spec
 video resolution_supported = 0x00000001
 
index da182ff1db5e1ce0e7314b5247544ba35c458450..62d87309faabf8e789c18bb79ad1e6d2ed1cd78b 100644 (file)
@@ -37,10 +37,6 @@ video sink async=no
 ; user agent
 user agent =
 
-; screen mirrroing sink session mode
-; 0: audio/video mixed, 1:video-only, 2:audio-only
-sink session mode = 0
-
 [debug]
 ; generating dot file representing pipeline state
 ; do export GST_DEBUG_DUMP_DOT_DIR=/tmp/ in the shell
index b683145e339a51f83b3bd8ca5c5aa1190f59f72b..9d35b9c2152c2a44a6741b497010c97774034ee0 100644 (file)
@@ -8,9 +8,6 @@ videosrc element = 4
 ; set default video encoder element
 video encoder element = sprdenc_h264
 
-; sending video only mirroring mode
-; 0: audio-video-muxed sending, 1:video-only, 2:audio-only, 3:audio-video-saperate
-session_mode = 0
 disable segtrap = yes ; same effect with --gst-disable-segtrap
 
 mtu_size value = 1400
@@ -43,6 +40,12 @@ qcmsmaudio buffer_time = 1000
 audio latency_time = 10000
 audio do_timestamp = 0
 
+; set video codec for source
+; according to GstWFDVideoFormat
+; 0x0: Not supportted, 0x1: H264
+; default H.264
+video codec = 0x1
+
 ; Video Resolutions supported need to be filled in 32 bits according to WFD spec
 video resolution_supported = 0x00000001
 
index a1c0cd91e6e35ee7d1b8ac37655c213d0b5b72e6..92e0409c5c341f75a0ce4b38abb6ca5812b10334 100644 (file)
@@ -1,7 +1,7 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.97
-Release:    2
+Version:    0.2.98
+Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0
 Source0:    mmfw-sysconf-%{version}.tar.gz