Revert "don't post buffering msg before playing"
authorYounghwan Ahn <younghwan_.an@samsung.com>
Thu, 20 Dec 2012 09:34:02 +0000 (18:34 +0900)
committerYounghwan Ahn <younghwan_.an@samsung.com>
Thu, 20 Dec 2012 09:34:02 +0000 (18:34 +0900)
This reverts commit dc06e2105074b2ea0c572ddc11999709891b1093.

src/mm_player_priv.c

index f834bac..0cb250b 100755 (executable)
@@ -1524,9 +1524,6 @@ __mmplayer_gst_callback(GstBus *bus, GstMessage *msg, gpointer data) // @
                        if ( !MMPLAYER_IS_STREAMING(player) || (player->profile.uri_type == MM_PLAYER_URI_TYPE_HLS) ) // pure hlsdemux case, don't consider buffering of msl currently
                                break;
 
-                       if (MMPLAYER_IS_STREAMING(player) && player->cmd != MMPLAYER_COMMAND_START)
-                               break;
-
                        __mm_player_streaming_buffering (player->streamer, msg);
 
                        __mmplayer_handle_buffering_message ( player );