Sangchul Lee [Fri, 17 Apr 2020 03:59:04 +0000 (12:59 +0900)]
Comply with the Tizen coding rule
[Version] 0.1.27
[Issue Type] Coding convention
Change-Id: If78ffb56e0351fe7216ec2a4420d340243cd60cd
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Thu, 16 Apr 2020 07:49:40 +0000 (16:49 +0900)]
Remove useless parameter of the internal functions
The second parameter - media_streamer_node_type_e type -
of functions below is removed.
- __ms_video_encoder_element_create()
- __ms_video_decoder_element_create()
- __ms_audio_encoder_element_create()
- __ms_audio_decoder_element_create()
Change-Id: I483c8ef261c198424bdfff0b6afcea9651a385b3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Thu, 16 Apr 2020 07:19:06 +0000 (16:19 +0900)]
Fix typo of the internal function name
Change __ms_node_check_priveleges() to
__ms_node_check_privileges().
Change-Id: I4550d6f92000e0df9ec30a0d7164c98660eb56d0
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Thu, 16 Apr 2020 06:51:57 +0000 (15:51 +0900)]
Remove useless condition in __ms_signal_destroy()
The first parameter of GST_IS_ELEMENT() macro is nullable
by looking inside of it. If null is set, it will return false.
Change-Id: I83bcdeccfd24623649de73ea159427dd3f93ba24
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Tue, 14 Apr 2020 02:05:47 +0000 (11:05 +0900)]
Revise description - function names are stated explicitly
Change-Id: I15834188e1b8b92aee0ff32e4eb37f689894777e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 13 Apr 2020 06:04:30 +0000 (15:04 +0900)]
Revise descriptions
1. fix invalid state information of @post of media_streamer_pause().
- #MEDIA_STREAMER_STATE_READY -> #MEDIA_STREAMER_STATE_PAUSED
2. fix grammar errors.
- it have to be free -> it has to be freed
3. remove redundant 'function' word after mentioning func_xxx().
4. add punctuation mark when after finishing each @pre, @post
doxygen command.
Change-Id: Ic62f0a45ebae73b950e55a37e9b2ccb1fe651eda
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 13 Apr 2020 05:07:53 +0000 (14:07 +0900)]
Revise description - use uppercase for abbreviations
Change-Id: I4f5a48fd76329a27176e4543c4f14118673924d4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 13 Apr 2020 05:01:28 +0000 (14:01 +0900)]
Revise description - change 'src' to 'source'
Change-Id: Iecd584434cf12248745d8c572e41c13879f2ba9e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 13 Apr 2020 01:18:23 +0000 (10:18 +0900)]
doc: Fix grammar errors
Change-Id: I6ab8dadbb56e8f798c8b97635886cd659b433fde
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Hyunil [Tue, 10 Mar 2020 10:52:00 +0000 (19:52 +0900)]
Add debug log to rank compare
Change-Id: I50d8e54c9ab2fe5f57082443022d206bd1940a46
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 20 Feb 2020 02:48:23 +0000 (11:48 +0900)]
Create node by default name when the type is converter
Change-Id: Ia14b74732b6aa5f4edd7b4369e407e400cf3fda6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 18 Feb 2020 08:56:41 +0000 (17:56 +0900)]
Add audio-convert to negotiate with libav and pulsesink
Audio decoder output layout is changed from interleaved to non-interleaved
Change-Id: Ideefdf5d2e4d127611a8d9f67b2cd2730bd1a54e
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 11 Feb 2020 01:21:14 +0000 (10:21 +0900)]
Change iniparser api return type by iniparser version upgrade
Change-Id: If6c0ee230fc88c1e69f1cda1d543ae96e3728ad6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 20 Dec 2019 07:44:10 +0000 (16:44 +0900)]
Change deprecated libsoup API
SOUP_SERVER_PORT and soup_server_run_async are deprecated
Change-Id: Ibda64e873fec8c5aeeb858a4b1ad1a94147dc60b
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 19 Dec 2019 01:25:33 +0000 (10:25 +0900)]
Remove line coverage exception code for media_streamer_set_play_position
Change-Id: I0638aa89ad41877aa964388cbcbc59b6ff97078a
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 18 Dec 2019 05:47:01 +0000 (14:47 +0900)]
Change URL of Native API Reference
Change-Id: Ibfd77b17042c390290448509cf01549854b820b4
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 2 Jul 2019 06:39:54 +0000 (15:39 +0900)]
Add exception code for measuring line coverage
Change-Id: Ia59bfbda48e4340cc1cee5f651e0de8e141c68be
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 13 Nov 2019 04:33:13 +0000 (13:33 +0900)]
Add MEDIA_FORMAT_ARGB to RAW format for rtp video encoding-name
Change-Id: Id31b44ebcc5690effe384c96b34892262dc5a2ed
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 28 Oct 2019 04:11:05 +0000 (13:11 +0900)]
Modify static link test case for mp4
Change-Id: I57740991bd3bfce88e133982787f73f1e520b80c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 25 Oct 2019 07:04:22 +0000 (16:04 +0900)]
bug fix for using H/W codec
Change-Id: I6e351c1b35d5ad954d9d7d2be3ab7306e14a6056
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 24 Oct 2019 02:21:05 +0000 (11:21 +0900)]
Add static link test case for mp4
Change-Id: Ic7cbb30a8db7f16352670727637a1f0a0f2fa89c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 23 Oct 2019 05:50:07 +0000 (14:50 +0900)]
Add use-tbm test case for playing with H/W codec
Change-Id: I068821378dc8fd554c1507ba476676024f61e4ab
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 4 Oct 2019 05:59:50 +0000 (14:59 +0900)]
[ACR-1469] Add definition for use-tbm
Change-Id: Ib9f108c2197e25af144c5c1f5863d777d29cd0c1
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 4 Oct 2019 03:53:16 +0000 (12:53 +0900)]
Support Zero copy(tbm) in auto plugging mode
Change-Id: I704a24082c148e3bd9c34086f0a680aa1cbb8cf0
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 30 Sep 2019 05:49:45 +0000 (14:49 +0900)]
Add test case for capsfilter
Change-Id: I296554d31487965cde6756adf45cab29a636796b
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 26 Sep 2019 08:06:45 +0000 (17:06 +0900)]
Add test case for videotestsrc and videosink
Change-Id: I131b0a0befdfbe166bf63f34db821af3eece191e
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 29 Aug 2019 04:54:48 +0000 (13:54 +0900)]
Add setting false to specify usage
Change-Id: I8f393a7f8d77db73d1b87b520e309466d58275a6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 28 Aug 2019 05:44:43 +0000 (14:44 +0900)]
Remove SAM Violation GV(global variable)
Change-Id: Ia84e9e15e148c1fc96e076e0f9006747ddf26d69
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 27 Aug 2019 06:54:52 +0000 (15:54 +0900)]
Remove cyclomatic complexity of get/set param value function
Change-Id: I7b756ce2e17193e3f49dc007252cf1d791c05e38
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 26 Aug 2019 07:19:01 +0000 (16:19 +0900)]
node check is separated into src node check and sink node check
Change-Id: I57a4f48e6db9132f2aeffa1550b1882b71a0b6ce
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 26 Aug 2019 03:16:27 +0000 (12:16 +0900)]
Define SYSCONFDIR and remove unused ini path
Change-Id: I395fa674ecedd6f5a4b294eab2b642430cf96923
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 23 Aug 2019 07:05:04 +0000 (16:05 +0900)]
remove setting use-tbm because default value is false
Change-Id: I469c83b8cf4ae2b5b76e3e309c271f7f1111f598
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 30 Jul 2019 02:53:59 +0000 (11:53 +0900)]
Add gcov environment
Change-Id: I088bd23496518c01c4e82e23555119cba0834acd
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 23 Jul 2019 03:44:10 +0000 (12:44 +0900)]
Change input value type for parent_id
Change-Id: I2e3d6a3285d97a056c9495d935fc545e48848924
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 15 Jul 2019 05:49:07 +0000 (14:49 +0900)]
Add static link test for mp3 file playing
Change-Id: Id9ede22ad11c9233d47ed63663c7d73698005cd1
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 8 Jul 2019 06:34:24 +0000 (15:34 +0900)]
Add void to empty param function
Change-Id: I2fda06f2f813f5cb7e8443c5e9bf6e7303a6a704
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 5 Jul 2019 02:38:46 +0000 (11:38 +0900)]
Add static link test for aac file playing
Change-Id: I10691e3ff5e68edb24e7b224231927461d35197e
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 4 Jul 2019 05:14:11 +0000 (14:14 +0900)]
Specify the audio, video and container format in detail.
Change-Id: Ia40c7d9da016345c0ebe536615a8f5a23eb529b9
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 3 Jul 2019 06:39:17 +0000 (15:39 +0900)]
Rename enum string for sharing with audio file
Change-Id: Ic36bfcfaf3061014d905891d97dae55386274ca0
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 3 Jul 2019 06:24:48 +0000 (15:24 +0900)]
Add display_menu to Appsink/src test
Change-Id: Ib9b18b337ef5ba4d399d347ecc643ac071c90ca7
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 2 Jul 2019 05:19:51 +0000 (14:19 +0900)]
Add gcov package for measuring line coverage
Change-Id: I42758506055fe93fbaf771ae728636102ce4d882
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 28 Jun 2019 07:12:20 +0000 (16:12 +0900)]
Add static link test menu for local playing
Change-Id: If4be71dc76affa99dfa64af55e6fdf9a00f1e71c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 21 Jun 2019 05:11:32 +0000 (14:11 +0900)]
Clarify autoplug test case
Change-Id: I28da784be128c561bf899513227a6f92c3f3aee1
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 10 Jun 2019 07:40:40 +0000 (16:40 +0900)]
fix Native API Reference error
Change-Id: I5bbf79ba38ff6eeca8da3a3fa1b5e26bea31f25c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 3 Jun 2019 04:38:07 +0000 (13:38 +0900)]
Add setting caps to MEDIA_STREAMER_NODE_TYPE_FILTER for static use case
Change-Id: Ifcd755ba8681db6700d6f9679d5273b350b679ba
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 29 Mar 2019 04:23:31 +0000 (13:23 +0900)]
Remove channel and rate from creating caps to generate correct caps for RAW format
Change-Id: I3180f026c1e44626694b849ba1d63c04830cec33
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 26 Mar 2019 08:49:42 +0000 (17:49 +0900)]
fix that mpegaudioparse node is not create with parse node type and mp3 media_format
Change-Id: I401ba603608e753337ad203be67797ad4571e9d2
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 25 Mar 2019 07:04:38 +0000 (16:04 +0900)]
Avoid confusion about fakesink and fakesrc when using media_streamer_node_create
Change-Id: Ic2535382f487a5b97370d146b8e19cc6f10d9f5a
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 20 Dec 2018 07:50:38 +0000 (16:50 +0900)]
Avoid changing errnum of strerror_r by dlog
Change-Id: Iec86bc156b2dbb701d4ebcab38dc0e2727f579c7
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 28 Aug 2018 04:33:01 +0000 (13:33 +0900)]
Fix typo in document
Change-Id: I3563c75db78cff043665cf5989a853a82c0280a6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 1 Aug 2018 05:37:47 +0000 (14:37 +0900)]
Apply correct memory release function
Change-Id: Ibce6ef8f1420a14fe9fae45fdb09ab0627607343
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Fri, 13 Jul 2018 08:58:16 +0000 (17:58 +0900)]
Modify capi-media-streamer.pc for setting includedir and libdir path
Change-Id: Ia3db39935a40b776d67958a3066772fdd9c73976
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 19 Jun 2018 07:56:29 +0000 (16:56 +0900)]
Change setting and getting camera_id for v4l2src and remove device property
Change-Id: I443fddb3a1ddb0032d925de78ed53b7522e3b274
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 23 Apr 2018 08:08:53 +0000 (17:08 +0900)]
replace ecore to ecore-wl2
Change-Id: Ibcedfd37cd0c01be7ae4b062ddcc438943525512
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 6 Feb 2018 08:00:40 +0000 (17:00 +0900)]
Apply ecore-wl2 instead of ecore-wayland
Change-Id: I1f3545e93acf6e9001d8b1764eaa9a0029f00212
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 6 Mar 2018 07:33:52 +0000 (16:33 +0900)]
Verify input argument of function
Change-Id: Idac372a58d6c69c5cb436ca5eda30eee17a2ae7b
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 26 Feb 2018 04:36:41 +0000 (13:36 +0900)]
Add checking null point and log
Change-Id: Ida65ee996b54407a82f5fe20bc11a9629de15205
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 21 Feb 2018 08:09:08 +0000 (17:09 +0900)]
Relocate variable declaration and add log
Change-Id: I00d764e29243a263998665ebdf04cd49abc60b8a
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 21 Feb 2018 01:23:48 +0000 (10:23 +0900)]
Separate gstreamer initializaton into function
Change-Id: I6165b4fa9b322a066f34300c7bbe59ac3efaec4c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 19 Feb 2018 08:28:07 +0000 (17:28 +0900)]
Release argv used for gst_init_check()
Change-Id: Ifa9e3493bd230c186234e178215a8ee3acb55180
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Wed, 14 Feb 2018 07:29:04 +0000 (16:29 +0900)]
Change the location of variable declarations and add dlog for call stack
Change-Id: I38a61bbbbf2e6483a17ed811c320c1337511bbc9
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Mon, 12 Feb 2018 02:13:03 +0000 (11:13 +0900)]
Check return value of __ms_adaptive_sink_http_server_prepare()
Change-Id: Id260a37fbedabd6c5bcc1669e566b16e827487d9
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 8 Feb 2018 02:10:17 +0000 (11:10 +0900)]
Remove setting render rectangle
Videosink set full screen without setting the window size of the application
Change-Id: Ib9462a01425b630cab19a3b1ce1e6cbcc4294b6b
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Thu, 1 Feb 2018 04:34:58 +0000 (13:34 +0900)]
Change the name of the toplogy_bin to transform_bin
Topology is a term of MediaSession,
the components of MediaSession include Source Node,Transform Node, Output Node and Tee Node.
I want to change the name of the TopologyBin to TransformBin
because Toppology is the same as GstBin or GstPipeline of Gstreamer,
then leves are correct and we don't need to use the term of MediaSession.
Change-Id: I174322f3d4041e3aa4ea5faea4168a4de2762c20
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Hyunil [Tue, 30 Jan 2018 07:41:37 +0000 (16:41 +0900)]
Fix doxygen error, note and question in Native API header file
Change-Id: Ifbb38ed9830e7c824e75154a5ad58ebde1827586
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Volodymyr Brynza [Tue, 21 Nov 2017 11:41:50 +0000 (13:41 +0200)]
Change obsolete ximagesrc to videotestsrc
Change-Id: I6ee40a52e506c702315aa113eca4d7691d5bf40b
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Vadym Sachenko [Wed, 8 Nov 2017 11:24:33 +0000 (13:24 +0200)]
mm-resource-manager integration patch
Change-Id: Ic87dc5efc00765e511b143d357a5550db8cb51c1
Signed-off-by: Vadym Sachenko <va.sachenko@partner.samsung.com>
Hyunil [Fri, 10 Nov 2017 01:34:23 +0000 (10:34 +0900)]
Replace videosink from waylandsink to tizenwlsink
Change-Id: I391a1d10e24c752eca71bbe25193b78749a9b2ff
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Eunhae Choi [Mon, 30 Oct 2017 08:39:47 +0000 (17:39 +0900)]
Merge branch 'tizen_4.0' into 'tizen'
Change-Id: I1c4592bec91c390892a26ae1048d9444b98d9ad2
Eunhae Choi [Tue, 24 Oct 2017 06:12:26 +0000 (15:12 +0900)]
[0.1.20][ACR-1086] modify the API reference
Change-Id: I652f28f1335cd196bce591940d263c3fa2b0e69d
Eunhae Choi [Thu, 28 Sep 2017 10:57:53 +0000 (19:57 +0900)]
[0.1.20] resolve coverity issue
Change-Id: I133bd3fa78feaa2c694af04eb7f730497340b270
(cherry picked from commit
4ef72050d6f02ebbe7e1a2f273d752c1f3e7e5d8)
Eunhae Choi [Thu, 28 Sep 2017 10:57:53 +0000 (19:57 +0900)]
[0.1.20] resolve coverity issue
Change-Id: I133bd3fa78feaa2c694af04eb7f730497340b270
Volodymyr Brynza [Thu, 28 Sep 2017 07:19:41 +0000 (10:19 +0300)]
Remove unused function and file
Change-Id: I6537488b937bc2c242fd03c483830646a9b11a7b
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
(cherry picked from commit
3d9c36f2ea7017774e8b10f581eac583a9de9a2d)
Volodymyr Brynza [Thu, 28 Sep 2017 07:19:41 +0000 (10:19 +0300)]
Remove unused function and file
Change-Id: I6537488b937bc2c242fd03c483830646a9b11a7b
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Eunhae Choi [Tue, 19 Sep 2017 13:31:35 +0000 (22:31 +0900)]
[0.1.19][ACR-1086] Add remark as security review
Change-Id: I1f22ebe73aae6fb63e5b3e7828258ee6201ca878
(cherry picked from commit
bee6a3c40476db1a420e9823b723fb9231420259)
Eunhae Choi [Tue, 19 Sep 2017 13:31:35 +0000 (22:31 +0900)]
[0.1.19][ACR-1086] Add remark as security review
Change-Id: I1f22ebe73aae6fb63e5b3e7828258ee6201ca878
Eunhae Choi [Tue, 12 Sep 2017 11:47:31 +0000 (20:47 +0900)]
[0.1.19] fix the wl bind ver
current tizen_surface_interface ver is 1.
if the ver is not matched, it can cause crash after.
Change-Id: I2d03389ebb7fa3ccbc78ab6f5387c0e1ee7f97c9
(cherry picked from commit
a447f98e54a36fcf66b35754391896001aa69cbb)
Eunhae Choi [Tue, 12 Sep 2017 11:47:31 +0000 (20:47 +0900)]
[0.1.19] fix the wl bind ver
current tizen_surface_interface ver is 1.
if the ver is not matched, it can cause crash after.
Change-Id: I2d03389ebb7fa3ccbc78ab6f5387c0e1ee7f97c9
Eunhae Choi [Wed, 6 Sep 2017 02:45:25 +0000 (11:45 +0900)]
[0.1.18] set video_has flag for display window
Change-Id: Ie53b07e9cc6888030b32ce82c3571636c35e56a1
(cherry picked from commit
56db6dd3eb561d0d81f05aee45842d8a25d8b56c)
Eunhae Choi [Wed, 6 Sep 2017 02:45:25 +0000 (11:45 +0900)]
[0.1.18] set video_has flag for display window
Change-Id: Ie53b07e9cc6888030b32ce82c3571636c35e56a1
Eunhae Choi [Thu, 27 Jul 2017 07:37:19 +0000 (16:37 +0900)]
[0.1.17] code refactoring
Change-Id: Ibad1428406d878aedf3ec101498e6c0243cf56b8
Volodymyr Brynza [Tue, 25 Jul 2017 12:15:41 +0000 (15:15 +0300)]
Check URI path only for local files
Change-Id: I5b78e6c4ec80daab549fd70bfd174710efe1d16a
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Eunhae Choi [Wed, 14 Jun 2017 12:47:56 +0000 (21:47 +0900)]
[0.1.17] fix svace issue
Change-Id: Ie1572cedafa46e69b129467f57b58e790d36357a
Eunhae Choi [Mon, 22 May 2017 11:01:53 +0000 (20:01 +0900)]
[0.1.16] modify doc
Change-Id: I53bd6ea1e8714432ff1f721444a3b31a8d4231ef
Eunhae Choi [Mon, 17 Apr 2017 07:46:40 +0000 (16:46 +0900)]
[0.1.16] fix svace issue
Change-Id: I71289af8dae084733fd99b98429adc75da1bc211
Eunhae Choi [Wed, 5 Apr 2017 07:41:03 +0000 (16:41 +0900)]
doc: update featuring doc path
Change-Id: Icb0a69d20fe0f71b9dc8dc9b8da62d889b48a1e1
(cherry picked from commit
5431cd6d88366f21e0b44c8748f4edf923bc5930)
Eunhae Choi [Wed, 22 Mar 2017 10:21:06 +0000 (19:21 +0900)]
[0.1.15] Use %license macro to copy license
Change-Id: I292746121fab2da101ba4a2f9c226565c368ecc7
Oleksandr Popov [Mon, 20 Feb 2017 18:08:39 +0000 (18:08 +0000)]
Added http server feature
Change-Id: I286acf360eae667868d1ee17372e4930f82e719f
Signed-off-by: Oleksandr Popov <ol.popov@samsung.com>
Eunhae Choi [Thu, 16 Feb 2017 10:45:43 +0000 (19:45 +0900)]
[0.1.14] fix svace issue
Change-Id: I7e05d5b5cb6dab7fb21bda14b2988ef0f9b7db9d
(cherry picked from commit
74dc3e6ba4dade3c52216587d31c3e984dac3f7a)
Volodymyr Brynza [Thu, 2 Feb 2017 11:26:20 +0000 (13:26 +0200)]
fix memory leak
Change-Id: I4687b9f4949ecaac16e44bdd210a5ed4d1964b6a
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Eunhae Choi [Mon, 9 Jan 2017 12:52:24 +0000 (21:52 +0900)]
[v0.1.12] init mrp after create pipeline and add missed unlock
Change-Id: Icd662f3ce720ed2863a05dc0045b52459ff90717
(cherry picked from commit
1603f61104ec15d3adb42edfc4a694c21e1788d7)
Eunhae Choi [Wed, 28 Dec 2016 06:37:03 +0000 (15:37 +0900)]
Added missing condition for resource management check
Change-Id: I0fa02c239ef176f8c43713779252477a55ea23be
Oleksandr Popov [Tue, 27 Dec 2016 17:39:48 +0000 (19:39 +0200)]
Added missing condition for resource management check
Signed-off-by: Oleksandr Popov <ol.popov@samsung.com>
Change-Id: I700bad3752224583d04762081689b48188a5ec74
Oleksandr Popov [Tue, 27 Dec 2016 17:00:21 +0000 (19:00 +0200)]
Add platform check before resource manager initialization
Change-Id: I001fbd14fe4589db030a69e6fd985a32460ac6da
Signed-off-by: Oleksandr Popov <ol.popov@samsung.com>
Oleksandr Popov [Tue, 27 Dec 2016 17:00:21 +0000 (19:00 +0200)]
Add platform check before resource manager initialization
Change-Id: I001fbd14fe4589db030a69e6fd985a32460ac6da
Signed-off-by: Oleksandr Popov <ol.popov@samsung.com>
Volodymyr Brynza [Mon, 19 Dec 2016 20:31:44 +0000 (22:31 +0200)]
Add Murphy loop quit to prevent polling after destroy
Change-Id: I789b032fced4b95a767b4efcda92c54fb5c2cd12
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
(cherry picked from commit
7c16b0bd37214f99f2bb3dd1a46d67bd87961484)
Volodymyr Brynza [Mon, 19 Dec 2016 20:31:44 +0000 (22:31 +0200)]
Add Murphy loop quit to prevent polling after destroy
Change-Id: I789b032fced4b95a767b4efcda92c54fb5c2cd12
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Volodymyr Brynza [Thu, 8 Dec 2016 11:48:09 +0000 (13:48 +0200)]
Implement DPM requests for camera and mic
Change-Id: Ic1e57ca37017a0aac694a457e5b62b00ba0cf55b
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
(cherry picked from commit
b79012ad96b65afc7f54debd6e5fb6ce1788b43a)
Volodymyr Brynza [Thu, 8 Dec 2016 11:48:09 +0000 (13:48 +0200)]
Implement DPM requests for camera and mic
Change-Id: Ic1e57ca37017a0aac694a457e5b62b00ba0cf55b
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
Oleksandr Popov [Mon, 5 Dec 2016 16:35:48 +0000 (18:35 +0200)]
Added implementation of interruption by resource manager
Signed-off-by: Oleksandr Popov <ol.popov@samsung.com>
Change-Id: I213f1aa51bf6e051baf0a435f268c2798124d558
(cherry picked from commit
c252c62a3ea4e82a304a8b32c53d8ab9a1fd5afa)