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 da182ff..62d8730 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 3802b69..6131d26 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 da182ff..62d8730 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 b683145..9d35b9c 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 a1c0cd9..92e0409 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