[brasero] Fix a problem if multiple tracks were processed in a single pass by a plugin then progress was not s
- From: Philippe Rouquier <philippr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [brasero] Fix a problem if multiple tracks were processed in a single pass by a plugin then progress was not s
- Date: Thu, 11 Mar 2010 08:39:29 +0000 (UTC)
commit 4ca4e93d71cfd07bab0400f59687a549c31a403f
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Thu Mar 11 08:52:01 2010 +0100
Fix a problem if multiple tracks were processed in a single pass by a plugin then progress was not smooth
This shown especially when transcoding video to MPEG2
libbrasero-burn/burn-task-ctx.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-burn/burn-task-ctx.c b/libbrasero-burn/burn-task-ctx.c
index 419cdfa..bac2f34 100644
--- a/libbrasero-burn/burn-task-ctx.c
+++ b/libbrasero-burn/burn-task-ctx.c
@@ -316,6 +316,7 @@ brasero_task_ctx_set_next_track (BraseroTaskCtx *self)
priv->session_bytes += priv->track_bytes;
priv->track_bytes = 0;
priv->last_written = 0;
+ priv->progress = 0;
if (priv->current_track)
g_object_unref (priv->current_track);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]