[totem] backend: Reset current time on close
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] backend: Reset current time on close
- Date: Mon, 23 Apr 2012 12:50:43 +0000 (UTC)
commit 211ee6a0567949d314742a30fcb254a3346f51c4
Author: Bastien Nocera <hadess hadess net>
Date: Mon Apr 23 13:10:35 2012 +0100
backend: Reset current time on close
src/backend/bacon-video-widget-gst-0.10.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index c9c20a4..daeb60a 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -3830,6 +3830,7 @@ bacon_video_widget_close (BaconVideoWidget * bvw)
bvw->priv->rate = FORWARD_RATE;
g_object_set (bvw->priv->audio_pitchcontrol, "pitch", 1.0, NULL);
+ bvw->priv->current_time = 0;
bvw->priv->seek_req_time = GST_CLOCK_TIME_NONE;
bvw->priv->seek_time = -1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]