[brasero] Fix a problem if multiple tracks were processed in a single pass by a plugin then progress was not s



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]