Fix to increase the ts offset from 150ms to 250ms. 47/45747/1
authorSangkyu Park <sk1122.park@samsung.com>
Fri, 7 Aug 2015 01:57:09 +0000 (10:57 +0900)
committerSangkyu Park <sk1122.park@samsung.com>
Tue, 11 Aug 2015 05:06:17 +0000 (14:06 +0900)
- The video sink drops many video frames because of timestamp issue.

Change-Id: I26c77686ffde8fad3aa84c95cbaa55ec5e79e174
Signed-off-by: Sangkyu Park <sk1122.park@samsung.com>
config/mmfw_wfd_sink.ini
packaging/libmm-wfd.spec

index a061525..0ba94e5 100755 (executable)
@@ -42,7 +42,7 @@ enable reset basetime = yes
 video sink max lateness=20000000
 
 ; nanoseconds to be added to buffertimestamp by sink elements
-sink ts offset=150000000
+sink ts offset=250000000
 
 ; if no, go asynchronously to PAUSED without preroll
 audio sink async=no
index 197d0e9..461ede2 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-wfd
 Summary:    Multimedia Framework Wifi-Display Library
-Version:    0.2.181
+Version:    0.2.182
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0