[v0.6.15] set pause state when doing stop for hls 19/101219/1 accepted/tizen/3.0/common/20161207.194508 accepted/tizen/3.0/ivi/20161207.011917 accepted/tizen/3.0/mobile/20161207.011531 accepted/tizen/3.0/tv/20161207.011712 accepted/tizen/3.0/wearable/20161207.011810 submit/tizen_3.0/20161206.052949
authorEunhae Choi <eunhae1.choi@samsung.com>
Wed, 30 Nov 2016 09:53:47 +0000 (18:53 +0900)
committereunhae choi <eunhae1.choi@samsung.com>
Wed, 30 Nov 2016 11:58:35 +0000 (03:58 -0800)
Change-Id: I507b204b6ed7a4aebf20878218fbf641fba54403
(cherry picked from commit cf3249c65bb1ee96feb21de92954b4d10c812f33)

packaging/libmm-player.spec
src/mm_player_priv.c

index 72bd49d0fa06d7ae1993bc33c9ab932640fd4d95..1daa09ea259f98708e750a7f6e0b9473c1439593 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-player
 Summary:    Multimedia Framework Player Library
-Version:    0.6.14
+Version:    0.6.15
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0
index 0b1d31e238eeb684ade365a1a8eec75220a814fa..7e1c6b0732ad04b460fbe0b01dfc4f8c70c2a226 100644 (file)
@@ -7262,8 +7262,7 @@ static int __gst_stop(mm_player_t* player) // @
        /* Just set state to PAUESED and the rewind. it's usual player behavior. */
        timeout = MMPLAYER_STATE_CHANGE_TIMEOUT(player);
 
-       if (player->profile.uri_type == MM_PLAYER_URI_TYPE_BUFF ||
-               player->profile.uri_type == MM_PLAYER_URI_TYPE_HLS) {
+       if (player->profile.uri_type == MM_PLAYER_URI_TYPE_BUFF) {
                state = GST_STATE_READY;
        } else {
                state = GST_STATE_PAUSED;