projects
/
platform
/
core
/
multimedia
/
libmm-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61da316
)
update content attrs if duration is updated
author
Younghwan Ahn
<younghwan_.an@samsung.com>
Fri, 16 Nov 2012 05:36:26 +0000
(14:36 +0900)
committer
Younghwan Ahn
<younghwan_.an@samsung.com>
Fri, 16 Nov 2012 05:36:26 +0000
(14:36 +0900)
src/mm_player_priv.c
patch
|
blob
|
history
diff --git
a/src/mm_player_priv.c
b/src/mm_player_priv.c
index b7a68e8f738d3a845aa891c8fbb2cad68fe8d677..faee555f88a1089b48337ac247960d871ca4e917 100755
(executable)
--- a/
src/mm_player_priv.c
+++ b/
src/mm_player_priv.c
@@
-1677,12
+1677,10
@@
__mmplayer_gst_callback(GstBus *bus, GstMessage *msg, gpointer data) // @
player->http_content_size = bytes;
}
}
- else
- {
- player->need_update_content_attrs = TRUE;
- player->need_update_content_dur = TRUE;
- _mmplayer_update_content_attrs(player);
- }
+
+ player->need_update_content_attrs = TRUE;
+ player->need_update_content_dur = TRUE;
+ _mmplayer_update_content_attrs(player);
}
break;