[brasero] Fix a problem with ARTIST tag being overwritten by ISRC tag
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix a problem with ARTIST tag being overwritten by ISRC tag
- Date: Sun, 22 Nov 2009 21:17:11 +0000 (UTC)
commit 1e108b43ce4c58d7e64eb2a1ac0ce88fdd751408
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 9de09a7..8a206b4 100644
--- a/plugins/transcode/burn-transcode.c
+++ b/plugins/transcode/burn-transcode.c
@@ -1097,7 +1097,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);
@@ -1420,7 +1420,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]