fix build warning of memcpy/sleep function 25/70525/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.121913 accepted/tizen/3.0.m2/tv/20170104.122413 accepted/tizen/3.0.m2/wearable/20170104.122801 accepted/tizen/3.0/common/20161114.105241 accepted/tizen/3.0/ivi/20161011.055359 accepted/tizen/3.0/mobile/20161015.032641 accepted/tizen/3.0/tv/20161016.003418 accepted/tizen/3.0/wearable/20161015.080328 accepted/tizen/common/20160520.171202 accepted/tizen/ivi/20160520.081506 accepted/tizen/mobile/20160520.081456 accepted/tizen/tv/20160520.081427 accepted/tizen/wearable/20160520.081417 submit/tizen/20160520.025421 submit/tizen_3.0.m2/20170104.093749 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000000 submit/tizen_3.0_wearable/20161015.000000
authorSeokHoon Lee <andy.shlee@samsung.com>
Thu, 19 May 2016 09:25:07 +0000 (18:25 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Thu, 19 May 2016 09:27:40 +0000 (18:27 +0900)
Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: I5c99e8c27c16f251a749690271b25deba0d69f86

packaging/capi-media-streamrecorder.spec
test/streamrecorder_test.c

index 6fda5cf..aa09e45 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamrecorder
 Summary:    A Streamrecorder library in Tizen Native API
-Version:    0.0.6
+Version:    0.0.7
 Release:    0
 Group:      Multimedia/Other
 License:    Apache-2.0
index 5066e94..991a608 100644 (file)
 /*=======================================================================================
 |  INCLUDE FILES                                                                        |
 =======================================================================================*/
+#include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <glib.h>
 #include <gst/gst.h>
 #include <sys/time.h>