Eunhye Choi [Tue, 9 Apr 2019 12:44:40 +0000 (21:44 +0900)]
[0.2.107] apply tizen naming coding rule
- apply the below naming coding rule
[M12] No mixed-case, Use underscores('_') to separate words in an name.
Change-Id: I8d46619ec187f51ab94bce1fd33b49af5cbfb4f6
Eunhye Choi [Fri, 22 Mar 2019 05:56:50 +0000 (14:56 +0900)]
[0.2.106] fix resource leak in error case
- If return msg sending is failed,
player resource have to be released to avoid leak.
Change-Id: I654e6fc111b9040636fd4aa73187205c545f9bdf
Eunhye Choi [Thu, 21 Mar 2019 12:52:25 +0000 (21:52 +0900)]
[0.2.105] set pitch value if it is enabled
Change-Id: I7d75d48cc6dd9590cbebf3e5fe60c6c91d93ba2d
Eunhye Choi [Tue, 19 Mar 2019 04:43:44 +0000 (13:43 +0900)]
[0.2.104] apply new pitch interface naming
Change-Id: If8de1701a89d02118cd37dbc9739187374b33467
Eunhye Choi [Mon, 11 Mar 2019 11:19:24 +0000 (20:19 +0900)]
[0.2.103] support audio pitch control
Change-Id: I25357ac28129f99e076b6f695392c4854141abd2
Eunhye Choi [Tue, 12 Mar 2019 09:22:43 +0000 (18:22 +0900)]
[0.2.102] support audio offload
Change-Id: I26aeaa5e23698a7574395cf6fdc0168a131a7592
Eunhae Choi [Mon, 11 Feb 2019 08:04:38 +0000 (17:04 +0900)]
[0.2.101] return attr value in case of idle state
- attr value which is set by user via API
will be applied to player during preparing.
Change-Id: I223c15280ee9f077f8b81478db61f9b08b999cf3
Eunhae Choi [Tue, 29 Jan 2019 07:00:35 +0000 (16:00 +0900)]
[0.2.100] use attr for buffering criteria
Change-Id: I3ea637d1e8b7377f230e0aca53b979324dd9f2e5
Gilbok Lee [Mon, 7 Jan 2019 05:10:43 +0000 (14:10 +0900)]
[0.2.99] Use codec data if media_packet has codec_data
Change-Id: Ic08405baf6fff97bfd90ecb6b67db517f0032826
Eunhae Choi [Wed, 9 Jan 2019 12:19:11 +0000 (21:19 +0900)]
[0.2.98] modify log message
- use function enter/leave macro
- remove __FUNCTION__ which is included in dlog
Change-Id: I6cc4d0b267ed2f338cc73759fcac3dc3f734e74c
Eunhae Choi [Wed, 9 Jan 2019 11:34:18 +0000 (20:34 +0900)]
[0.2.98] avoid duplicated player releasement
- the prepare_async thread is different from the
dispatcher thread. so duplicated player releasement
can cause crash by accessing invalid pointer.
Change-Id: I1aae3bd17be4c49a037485d5be72dbf0936a389d
Eunhae Choi [Wed, 9 Jan 2019 06:00:22 +0000 (15:00 +0900)]
[0.2.97] remove setting file path code
- player do not need the file download path
because the file buffering is removed.
Change-Id: I62509689867b4ec2781952aa8d57242c9960db83
Gilbok Lee [Wed, 19 Dec 2018 07:19:36 +0000 (16:19 +0900)]
[0.2.96] Apply tizen coding rule
- modify space and brace
- Change FALSE to false, TRUE to true, if variable type is bool.
- Change postion of the variable declaration to top.
Change-Id: I245d6f0c7f8a9d2ed48f42905f49a31a80127f41
Gilbok Lee [Tue, 18 Dec 2018 05:03:33 +0000 (05:03 +0000)]
Merge "[0.2.95] Change memory allocation fuction malloc() to g_try_new0()" into tizen
Eunhae Choi [Mon, 17 Dec 2018 08:15:36 +0000 (17:15 +0900)]
[0.2.95] extend the pre-condition of _get_streaming_download_progress()
- extend the pre-condition of _get_streaming_download_progress()
which is related to the ACR-1329
- apply the changed interface of mm_player_get_buffer_position()
- rename paramter of _get_streaming_download_progress() to make clear the meaning
Change-Id: I2cf86b7f89c9fdea5dcd48343b53fa7ec5e0f696
Gilbok Lee [Fri, 14 Dec 2018 06:31:49 +0000 (15:31 +0900)]
[0.2.95] Change memory allocation fuction malloc() to g_try_new0()
Change-Id: I6c082d8bdbd78c70b27ec16fc7db0235d4a1a560
Eunhae Choi [Mon, 10 Dec 2018 05:15:14 +0000 (14:15 +0900)]
[0.2.94] remove additional handling of lang code
- move the language code converting and error handling
to libmm-player
Change-Id: I7b036b345bee2ed6467ecc8aa7b64a03c097b6cb
Eunhae Choi [Fri, 7 Dec 2018 06:07:34 +0000 (15:07 +0900)]
[0.2.93] fix dlog format error
Change-Id: I7e874da33ffbca0d6cb8800698c4a3aee4bbec4c
Eunhae Choi [Thu, 6 Dec 2018 07:30:13 +0000 (16:30 +0900)]
[0.2.92] remove progressive download path
Change-Id: I052e62df124f8aa9e9d04cd3349afd19845dcf2b
Eunhae Choi [Thu, 22 Nov 2018 11:38:53 +0000 (20:38 +0900)]
[0.2.91] add initial unittest structure
- this unit test will check legacy player function
and muse player internal function.
Change-Id: I7f373f3cccde6ce1bfccbd36fe2e3ac93b46f2fe
Eunhae Choi [Tue, 6 Nov 2018 08:57:29 +0000 (17:57 +0900)]
[0.2.90] apply the renamed interface
Change-Id: I31f7e7ba1953088493ec2d45ab52ec5d8bc9be26
Eunhae Choi [Tue, 6 Nov 2018 06:11:20 +0000 (15:11 +0900)]
[0.2.90] use attr for pcm spec
- remove unused attr
- use attr for pcm spec
Change-Id: Idfba9947b18575f906e8815b450e4e41608e891a
Eunhae Choi [Tue, 23 Oct 2018 03:58:05 +0000 (12:58 +0900)]
[0.2.89] update player state with the interrupt msg
- mm player resource is released internally,
so the player state have to be updated.
Change-Id: Ica4ee6d9a2fc7866fd40fb2f97d594bb7bc2f4d6
Eunhae Choi [Tue, 4 Sep 2018 10:19:36 +0000 (19:19 +0900)]
[0.2.88] modify setting video roi function
Change-Id: Iea9c3fb9c895852e02eaba99118ed04bf5f41695
Hyunil [Thu, 30 Aug 2018 08:19:19 +0000 (17:19 +0900)]
[VPR-306/ACR-1275] Add new API to set/get the video roi area
Change-Id: I6df211d6ad036a8662627467cbac3b45a4544d2d
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Eunhae Choi [Tue, 28 Aug 2018 05:22:39 +0000 (14:22 +0900)]
[0.2.87] apply changed interface of set/get pos
Change-Id: Ia42e7047fd8e96e14f00b60af37b9f57b7e2f684
Eunhae Choi [Thu, 16 Aug 2018 12:35:30 +0000 (21:35 +0900)]
[0.2.86] add aborting pause for unprepare and destroy
- add aborting pause for immediate unprepare and destroy.
- add internal state to specify the preparing state.
- do unset cb in legacy layer not to wait cmd lock.
issue: can not do unset cb during pausing.
Change-Id: I450d0c6a068d3eaabb697fc38005bd7c8bd9ee7d
Hyunil [Fri, 3 Aug 2018 04:15:21 +0000 (13:15 +0900)]
Use newly defiend attr name for window roi area
Change-Id: Id551903adc57f16958726d45e0147bbeb55e58ea
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Eunhae Choi [Wed, 1 Aug 2018 07:15:14 +0000 (16:15 +0900)]
[0.2.85] remove dead code
Change-Id: I40263684dcc234ee778892d8da6521ed76cbf0ef
Eunhae Choi [Wed, 11 Jul 2018 05:14:57 +0000 (14:14 +0900)]
[0.2.84] change state pre-condition of _start()
Change-Id: I9b74200dbb6ae1462d2a00bf979a47f88539b976
Gilbok Lee [Wed, 27 Jun 2018 08:22:25 +0000 (17:22 +0900)]
[0.2.83] If TIZEN_FEATURE_EVAS_RENDERER is on, add TIZEN_FEATURE_EVAS_RENDERER
definition in muse CMakeLists
Change-Id: I1ac1c62a29be688218e6d0af597596d43b041907
Eunhae Choi [Mon, 25 Jun 2018 09:26:47 +0000 (18:26 +0900)]
[0.2.82] add nsec api path
Change-Id: I963cc9e278b2b3656b0a1e361ba3f62c07f2eccc
Eunhae Choi [Thu, 21 Jun 2018 05:56:25 +0000 (14:56 +0900)]
[0.2.81] Add new API to set zoom with fov
Change-Id: I19b15217e7d2f7265e4d22956e68e7bf4aeed6b4
Eunhae Choi [Fri, 1 Jun 2018 08:53:47 +0000 (17:53 +0900)]
[0.2.80] replace msg macro to reduce code size
Change-Id: I43d57bb55cb8c77d482efa219d9390a658ccbf98
Eunhae Choi [Fri, 25 May 2018 10:40:16 +0000 (19:40 +0900)]
[0.2.79] add orient info into video data
Change-Id: I51e1c277143fba136f6e4a72a4a35caa69ae3c1f
Hyunil [Thu, 10 May 2018 06:24:08 +0000 (15:24 +0900)]
Support RTSPS for DAPR-11
http://suprem.sec.samsung.net/jira/browse/DAPR-11
Change-Id: Idfcfd12cb979495119510e27631b9fc3b4935ee0
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Gilbok Lee [Tue, 8 May 2018 09:39:46 +0000 (18:39 +0900)]
[0.2.45] Remove set_sound_type code
Change-Id: Id7e000805ddcb0ed800c9786355a447cd6d6bf5a
Eunhae Choi [Tue, 10 Apr 2018 07:16:36 +0000 (16:16 +0900)]
[0.2.77] fix mem leak
Change-Id: Ia4940823e3ca26b46fd0b7da033ef7a30fb2435f
Eunhae Choi [Thu, 5 Apr 2018 11:19:44 +0000 (20:19 +0900)]
[0.2.76] fix typo
Change-Id: I20bdffafa3ee119588e87325b0921f5be9108708
Gilbok Lee [Thu, 8 Mar 2018 10:43:18 +0000 (19:43 +0900)]
[0.2.76] Add new functions to use replaygain volume
Change-Id: I1da9d8383c43f11f2f11bfa7a930578d96443005
eunhae choi [Thu, 5 Apr 2018 05:14:04 +0000 (05:14 +0000)]
Merge "remove session backward compatibility codes" into tizen
Eunhae Choi [Thu, 5 Apr 2018 04:06:24 +0000 (04:06 +0000)]
Merge "[0.2.76] resolve state check err" into tizen
Eunhae Choi [Mon, 2 Apr 2018 08:43:02 +0000 (17:43 +0900)]
[0.2.76] resolve state check err
Change-Id: I557522c6d10697ad6736faf59e82f93a16caa2f0
Gilbok Lee [Tue, 3 Apr 2018 10:38:35 +0000 (19:38 +0900)]
remove session backward compatibility codes
Change-Id: I86b14452c5cb2ad1a8727db7f96827db8baca8fc
Hyunil [Mon, 2 Apr 2018 07:28:33 +0000 (16:28 +0900)]
Change ROI mode behavior for player ROI precondition
Change-Id: I5c91812415d5c1eb4691fb95bf481c3d0595662d
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Eunhae Choi [Mon, 26 Mar 2018 08:42:36 +0000 (17:42 +0900)]
[0.2.75] renaming of 360 enable funct
Change-Id: I750b5a5c85d61ed13e462b1070f5beb252245db6
Eunhae Choi [Wed, 14 Mar 2018 10:38:34 +0000 (19:38 +0900)]
[0.2.74] fix coverity issues
Change-Id: I39dce5dd0ff0917c6b46120225c5d1f75631e6e1
Eunhae Choi [Tue, 13 Mar 2018 07:40:29 +0000 (16:40 +0900)]
[0.2.73] add interface to get spherical info
Change-Id: I70f70616e169bdb8d760d3cd1fe6f86066f1ccd4
Eunhae Choi [Thu, 8 Mar 2018 10:45:47 +0000 (19:45 +0900)]
[0.2.72] enable the prepare cb lock
Change-Id: I963701c597c60f83899716a18aecda4631f74087
Eunhae Choi [Wed, 31 Jan 2018 12:05:04 +0000 (21:05 +0900)]
[0.2.70] call destory in case of create failure
Change-Id: I29809a0b2285bbabcf97829ad9b79b5c1376bc9a
(cherry picked from commit
da2ed3115fe100f86654e5ab96622003107a7895)
Gilbok Lee [Wed, 7 Feb 2018 04:30:55 +0000 (13:30 +0900)]
[0.2.71] Fix memleak in get_adaptive_variant_info
Change-Id: Ide131b51591ba8dd8ba6379c1a103edf706ffe86
Hyunil [Tue, 6 Feb 2018 06:22:56 +0000 (15:22 +0900)]
Support unprepare execution after prepare without set display
Change-Id: I8af983faccf9ac653bf68c1b479f03f4ad7b692c
Eunhae Choi [Thu, 25 Jan 2018 07:56:06 +0000 (16:56 +0900)]
[0.2.70] fix the wrong captured video size info
- captured_frame is not used anymore.
- the orientation value is applied to capture->w/h in libmm player.
Change-Id: Idfb5a7a25a18bab2e2c4c757f71528a65b695879
(cherry picked from commit
fceeae7afc3243f691e90165e9b8a93091e46017)
Eunhae Choi [Thu, 18 Jan 2018 05:23:08 +0000 (14:23 +0900)]
[0.2.69] fix bug about return type
Change-Id: Ibe6d9218daa79ca7051d53d41edaa91f9d9c8b7a
Eunhae Choi [Thu, 11 Jan 2018 07:27:11 +0000 (16:27 +0900)]
[0.2.69] add considering of audio codec_type
Change-Id: I1c37273cd16f9acbf9a7625d082f4c37b5c7d403
Eunhae Choi [Fri, 29 Dec 2017 02:08:18 +0000 (11:08 +0900)]
[0.2.68] Merge branch 'tizen_4.0' into 'tizen'
- add prepare cb lock
- support video codec selection
- modify doxygen
Change-Id: Id8f63450224bd435e46706613b11da5d63fece87
Eunhae Choi [Tue, 19 Dec 2017 04:12:10 +0000 (13:12 +0900)]
[0.2.68] support video codec selection by api
- can fix the video codec type among the sw, hw and default.
- in case of 'default', the higher priority video codec will be selected as before.
Change-Id: I731c41d766b937e7eb34c372aa36b3408331f0e9
Eunhae Choi [Fri, 1 Dec 2017 06:50:35 +0000 (15:50 +0900)]
[0.2.67] modify doxygen
Change-Id: I9d2d38e2568974aeb495415aa1094658f1ef8b92
Andriy Martynets [Mon, 27 Nov 2017 16:24:36 +0000 (18:24 +0200)]
bugfix: player hangs up after ~30 seconds rendering onto Evas object
Change-Id: I56cec88d7493b584bc7f8056315ddb9279edfad2
Signed-off-by: Andriy Martynets <a.martynets@partner.samsung.com>
Eunhae Choi [Thu, 23 Nov 2017 08:58:17 +0000 (17:58 +0900)]
[0.2.67] add lock for prepare cb
Change-Id: Id8f63450224bd435e46706613b11da5d63fece87
Eunhae Choi [Thu, 16 Nov 2017 08:05:02 +0000 (17:05 +0900)]
[0.2.67] fix svace issue
Change-Id: I49e11cfa04bf268007ca487113fcd3c1a03f8308
Eunhae Choi [Wed, 15 Nov 2017 07:54:25 +0000 (16:54 +0900)]
[0.2.66] apply changed interface to share the storage id
to consider the multiple external storage scenario
Change-Id: If5fd34b68b58d5e33b03b46d30e9334b89b0efd7
(cherry picked from commit
439660fcf38b12e3cd016efe495f7917a39bf871)
Eunhae Choi [Wed, 15 Nov 2017 07:54:25 +0000 (16:54 +0900)]
[0.2.66] apply changed interface to share the storage id
to consider the multiple external storage scenario
Change-Id: If5fd34b68b58d5e33b03b46d30e9334b89b0efd7
Eunhae Choi [Mon, 30 Oct 2017 07:49:52 +0000 (16:49 +0900)]
Merge branch 'tizen_4.0' into 'tizen'
Change-Id: I6edbf3e2f82ea1f0f27b4ff4253a1f3e95e64e3a
eunhae choi [Fri, 27 Oct 2017 07:31:07 +0000 (07:31 +0000)]
Merge "Fix video360 functions" into tizen
Gilbok Lee [Mon, 16 Oct 2017 08:51:38 +0000 (17:51 +0900)]
[0.2.65] Fix Coverity issues
Change-Id: I4856744376644b893389ceb034af863edc6cc155
Andriy Martynets [Wed, 27 Sep 2017 08:34:31 +0000 (11:34 +0300)]
Fix video360 functions
Change-Id: I7b9d3c1ea6b1fe826829556a18d83675e01b0b95
Signed-off-by: Andriy Martynets <a.martynets@partner.samsung.com>
Eunhae Choi [Fri, 29 Sep 2017 07:08:32 +0000 (07:08 +0000)]
Merge "[0.2.64] refactoring about video decoded cb" into tizen
Eunhae Choi [Fri, 29 Sep 2017 05:03:26 +0000 (14:03 +0900)]
[0.2.64] add err handling of msg send funct
Change-Id: Ia58ee06c8feb25888136fc9b5a27a727e89d641b
(cherry picked from commit
2ab8450b392555f1d50b682e0abfbfebf632e972)
Eunhae Choi [Fri, 29 Sep 2017 05:03:26 +0000 (14:03 +0900)]
[0.2.64] add err handling of msg send funct
Change-Id: Ia58ee06c8feb25888136fc9b5a27a727e89d641b
Eunhae Choi [Wed, 27 Sep 2017 13:22:01 +0000 (22:22 +0900)]
[0.2.64] refactoring about video decoded cb
- remove making tbm surf and media packet which are not required on mused.
- it is created at proxy side to share the video data with application.
Change-Id: Iaece1483c67ab05030266445649632667660300c
Eunhae Choi [Tue, 12 Sep 2017 10:07:42 +0000 (19:07 +0900)]
[0.2.63] Merge branch 'tizen' into tizen_4.0
Change-Id: I766024935f682cf1bcaaa1b996accd68fcfb41bf
Eunhae Choi [Mon, 28 Aug 2017 07:53:12 +0000 (16:53 +0900)]
add functions to control the display of 360
Change-Id: I0bee32a2f0e222d54f4aa3cf7eaedf24a99da16a
Eunhae Choi [Mon, 14 Aug 2017 09:29:54 +0000 (18:29 +0900)]
[0.2.63] add funct to set buffering size
Change-Id: Ib046bdcd22a852420db1de1f7f87635bab0e97ad
Eunhae Choi [Tue, 22 Aug 2017 10:26:46 +0000 (19:26 +0900)]
[0.2.62] fix mem leak
Change-Id: I3b201150d7430c74eab5ed141bd9b50e3fbe69cb
Eunhae Choi [Tue, 22 Aug 2017 04:36:27 +0000 (04:36 +0000)]
Merge "fix mem leak" into tizen
Eunhae Choi [Fri, 18 Aug 2017 10:48:28 +0000 (19:48 +0900)]
fix mem leak
Change-Id: Ibe3a294bfa0129d180ee47ceb6281e7712ed844f
YoungHun Kim [Mon, 7 Aug 2017 08:00:53 +0000 (17:00 +0900)]
[0.2.61] Update muse-player by the splited muse library
Change-Id: Ia6d19d35b8692a85602be34ce4281a748cc7010b
Eunhae Choi [Thu, 3 Aug 2017 05:32:10 +0000 (14:32 +0900)]
add state check according to the precondition
Change-Id: Idfaab38d2a755b0909c8b2c0eafe2aba2a09ac78
Eunhae Choi [Wed, 2 Aug 2017 06:14:47 +0000 (06:14 +0000)]
Merge "[0.2.59] add handling for audio_only" into tizen
Jaechan Lee [Wed, 26 Jul 2017 05:57:16 +0000 (14:57 +0900)]
[P170712-00874] Screen blinks when the Video has finished playing
[Model] POP
[BinType] AP
[Customer] OPEN
[Issue#] P170712-00874
[Request] PLM
[Occurrence Version] DayR600XX_20170712.002
[Problem] Screen blinks when the Video has finished playing
[Cause & Measure] Cause : When player_stop is getting called, first screen is always showing.
Because visible value is changed after doing seek 0.
Measure : Set visible to FALSE before doing seek to 0.
[Checking Method] message / select Video message / select Video file / check the screen when the Video has finished playing
[Team] MM FRAMEWORK
[Developer] JaeChan Lee
[Solution company] Samsung
[Change Type] Specification change
Change-Id: I7e343d315aa197b24f4097e3b59ec378ce57dbe2
Eunhae Choi [Tue, 1 Aug 2017 08:47:36 +0000 (17:47 +0900)]
[0.2.59] add handling for audio_only
Change-Id: Iea8e90730591489b44d48ac7027ce88dbe83bd28
Eunhae Choi [Thu, 6 Jul 2017 09:20:54 +0000 (18:20 +0900)]
[0.2.58] add about adaptive streaming variant control
- add new legacy APIs to share the streaming variant information
- add new legacy APIs to get/set the max limit
Change-Id: I40ce8b1f0b1f43c89c79df716252b990e42f7b7c
Eunhae Choi [Wed, 5 Jul 2017 06:39:09 +0000 (15:39 +0900)]
[0.2.57] reset cb regardless of the unprepare result
- reset seek/prepare cb when doing unprepare
- remove deadcode
Change-Id: I6ad34ad672286f85750c16857448152b290225fb
Eunhae Choi [Mon, 12 Jun 2017 06:51:06 +0000 (15:51 +0900)]
[0.2.56] modify macro to make it regular statement
Change-Id: I8ab75c48af4fff86d4aa7ef1f0eeee96df482870
Eunhae Choi [Thu, 1 Jun 2017 10:06:10 +0000 (19:06 +0900)]
[0.2.55] add new error for each stream type
Change-Id: I00777844c0e6fc2f709b6abc466c49807a3990e6
Eunhae Choi [Tue, 30 May 2017 06:23:21 +0000 (15:23 +0900)]
[0.2.54] Remove so versioning and symlink files
Change-Id: I04ab621ae89d6c523906ccc71483e03e64a10542
Eunhae Choi [Fri, 26 May 2017 06:08:05 +0000 (15:08 +0900)]
[0.2.53] add null checking of user_data
Change-Id: I6682b8a67613ec4d5263cef1fd03a30865ce29be
Eunhae Choi [Mon, 22 May 2017 10:22:11 +0000 (19:22 +0900)]
[0.2.52] check size before get data
Change-Id: I6a27ccb6670f7335dc9238962a8b535c57df44f7
Hyongtaek Lim [Tue, 16 May 2017 08:24:21 +0000 (17:24 +0900)]
fix error type convet to convert
Change-Id: I2b9a7d0f13678f32da27d5e94f2d4a6d02de23f0
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Eunhae Choi [Wed, 10 May 2017 10:30:34 +0000 (19:30 +0900)]
[0.2.51] add frame_rate info when set media stream info
Change-Id: I6f47988a93d32e954eb1e3719206208c20f9f805
Eunhae Choi [Thu, 27 Apr 2017 06:47:09 +0000 (15:47 +0900)]
[0.2.50] add state checking
Change-Id: I3a6da42632ca44451536ce007be7013bbbf55914
Eunhae Choi [Mon, 17 Apr 2017 05:27:57 +0000 (14:27 +0900)]
[0.2.49] Merge branch 'tizen_3.0' into tizen
[0.2.48] return err_none to muse core to cleanup resource
[0.2.49] fix error of internal path checking
Change-Id: Ifadab9d5f5532cbbcbb671249ac087102745635a
Eunhae Choi [Fri, 14 Apr 2017 07:40:04 +0000 (16:40 +0900)]
[0.2.49] fix error of internal path checking
Change-Id: I75e7fe14c382535d6ebc194253bcd55ad44dfd5b
Eunhae Choi [Tue, 11 Apr 2017 11:30:00 +0000 (20:30 +0900)]
[0.2.48] return err_none to muse core to cleanup resource
Change-Id: I00111a25aacd4f9b3fffe0d4179d692a6f2170fd
Hyunil [Mon, 10 Apr 2017 02:32:05 +0000 (11:32 +0900)]
Remove UI dependency
Change-Id: I9f1d6cca9c5d192d8f3836bc86bb9af5fc086907
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Eunhae Choi [Thu, 6 Apr 2017 08:33:38 +0000 (17:33 +0900)]
Merge branch 'tizen_3.0' into tizen
[0.2.46] send last position in case of resource conflict
[0.2.47] check union_type before read msg
Change-Id: Ia1a18744aa2eb754463115a0f979936921e8a471
Eunhae Choi [Wed, 5 Apr 2017 12:07:56 +0000 (21:07 +0900)]
[0.2.47] check union_type before read msg
Change-Id: I55ef931413a728226a0307ccc506d4526b73f493
Eunhae Choi [Wed, 5 Apr 2017 08:40:04 +0000 (17:40 +0900)]
[0.2.46] send last position in case of resource conflict
- need to cover the earily _get_position() call
before finishing unrealize the player.
Change-Id: I245bcf1581a8d17d604c52ac5fa75d23024d3187
Eunhae Choi [Wed, 29 Mar 2017 06:08:00 +0000 (15:08 +0900)]
[0.2.45] Merge branch 'tizen_3.0' into tizen
Change-Id: Iee56fa6f2ecda1d355ab6c0e23584c40121b4cbd