- In contents with internal subtitles, if there is a large gap between
subtitles, state change failed because subtitle data was not received
Change-Id: Ie516a6425deba74e069245af8267cb36e0849e91
Name: libmm-player
Summary: Multimedia Framework Player Library
-Version: 1.1.2
+Version: 1.1.3
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
G_CALLBACK(__mmplayer_update_subtitle),
(gpointer)player);
- g_object_set(G_OBJECT(textbin[MMPLAYER_T_FAKE_SINK].gst), "sync", TRUE,
+ g_object_set(G_OBJECT(textbin[MMPLAYER_T_FAKE_SINK].gst), "async", FALSE, "sync", TRUE,
"signal-handoffs", TRUE, "max-lateness", FAKE_SINK_MAX_LATENESS, NULL);
if (!player->play_subtitle) {