[brasero/gnome-2-28] Fix a problem with ARTIST tag being overwritten by ISRC tag



commit 0f2ee3d3e772ab106e5cefd9e26acedc551e00f4
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sat Nov 21 15:29:53 2009 +0100

    Fix a problem with ARTIST tag being overwritten by ISRC tag

 plugins/transcode/burn-transcode.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/transcode/burn-transcode.c b/plugins/transcode/burn-transcode.c
index e1c7039..ac181cd 100644
--- a/plugins/transcode/burn-transcode.c
+++ b/plugins/transcode/burn-transcode.c
@@ -946,7 +946,7 @@ brasero_transcode_push_track (BraseroTranscode *transcode)
 	brasero_track_tag_copy_missing (BRASERO_TRACK (track), src);
 
 	brasero_job_add_track (BRASERO_JOB (transcode), BRASERO_TRACK (track));
-
+	
 	/* It's good practice to unref the track afterwards as we don't need it
 	 * anymore. BraseroTaskCtx refs it. */
 	g_object_unref (track);
@@ -1269,7 +1269,7 @@ foreach_tag (const GstTagList *list,
 
 			gst_tag_list_get_string (list, tag, &isrc);
 			brasero_track_tag_add_int (track,
-						   BRASERO_TRACK_STREAM_ARTIST_TAG,
+						   BRASERO_TRACK_STREAM_ISRC_TAG,
 						   (int) g_ascii_strtoull (isrc, NULL, 10));
 		}
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]