Name: libmm-player
Summary: Multimedia Framework Player Library
-Version: 0.6.14
+Version: 0.6.15
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0
/* Just set state to PAUESED and the rewind. it's usual player behavior. */
timeout = MMPLAYER_STATE_CHANGE_TIMEOUT(player);
- if (player->profile.uri_type == MM_PLAYER_URI_TYPE_BUFF ||
- player->profile.uri_type == MM_PLAYER_URI_TYPE_HLS) {
+ if (player->profile.uri_type == MM_PLAYER_URI_TYPE_BUFF) {
state = GST_STATE_READY;
} else {
state = GST_STATE_PAUSED;