[totem] backend: Avoid the spinner staying on the video
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Avoid the spinner staying on the video
- Date: Mon, 17 Feb 2014 16:06:35 +0000 (UTC)
commit 891aa95c7bb31f03ce8d05c26b859337020f992a
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 17 17:04:26 2014 +0100
backend: Avoid the spinner staying on the video
When doing normal buffering, it was possible to start playback
without the buffer being full, so the spinner never went away.
src/backend/bacon-video-widget.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
index 2805a73..1c77696 100644
--- a/src/backend/bacon-video-widget.c
+++ b/src/backend/bacon-video-widget.c
@@ -2196,6 +2196,7 @@ bvw_handle_buffering_message (GstMessage * message, BaconVideoWidget *bvw)
bvw->priv->buffering = TRUE;
} else {
GST_LOG ("Buffering ... %d", percent);
+ bvw->priv->buffering = TRUE;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]