[v0.6.12] do not ignore buffering msg (murphy does not use mainloop anymore) 27/96827/1 accepted/tizen/3.0/common/20161114.143321 accepted/tizen/3.0/ivi/20161111.003351 accepted/tizen/3.0/mobile/20161111.003257 accepted/tizen/3.0/tv/20161111.003312 accepted/tizen/3.0/wearable/20161111.003330 submit/tizen_3.0/20161110.095131 submit/tizen_3.0_common/20161114.081136
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 09:45:59 +0000 (18:45 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 10 Nov 2016 09:45:59 +0000 (18:45 +0900)
Change-Id: I0a19e4f86fdeaea6346ffe48147466392eb1ad79

src/mm_player_priv.c

index 3621d34ab83f52c9ce8bb2d80c9bb38230d6d645..19de3dae707e363b6673d0af276f6554a00aafc5 100644 (file)
@@ -1282,13 +1282,6 @@ __mmplayer_gst_callback(GstBus *bus, GstMessage *msg, gpointer data) // @
                        if (!MMPLAYER_IS_STREAMING(player))
                                break;
 
-                       /* ignore the buffering messages during building pipeline, *
-                        * not to block the main loop                              */
-                       if (MMPLAYER_CURRENT_STATE(player) <= MM_PLAYER_STATE_READY) {
-                               LOGW("ignore the buffering msg(state:%d)", MMPLAYER_CURRENT_STATE(player));
-                               break;
-                       }
-
                        /* ignore the prev buffering message */
                        if ((player->streamer) && (player->streamer->is_buffering == FALSE) && (player->streamer->is_buffering_done == TRUE)) {
                                gint buffer_percent = 0;