From: Younghwan Ahn Date: Mon, 24 Sep 2012 11:38:49 +0000 (+0900) Subject: update duration when state is paused X-Git-Tag: submit/tizen_2.1/20130424.232047~6^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cab304d105f801137e2f007e9770d4ea21f69ae;p=platform%2Fcore%2Fmultimedia%2Flibmm-player.git update duration when state is paused Change-Id: I0b429bfc25d9a33606daa879767ffc385dca562e --- diff --git a/src/mm_player_priv.c b/src/mm_player_priv.c index 421c9a1..b9f6b1a 100755 --- a/src/mm_player_priv.c +++ b/src/mm_player_priv.c @@ -878,6 +878,7 @@ __mmplayer_set_state(mm_player_t* player, int state) // @ * note that this is only happening pause command has come before the state of pipeline * reach to the PLAYING. */ + player->need_update_content_dur = TRUE; _mmplayer_update_content_attrs( player ); /* add audio callback probe if condition is satisfied */