summaryrefslogtreecommitdiff
path: root/src/mm_player_priv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm_player_priv.c')
-rw-r--r--src/mm_player_priv.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mm_player_priv.c b/src/mm_player_priv.c
index 3621d34..19de3da 100644
--- a/src/mm_player_priv.c
+++ b/src/mm_player_priv.c
@@ -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;