From 11523b42f74a19f6bdb677383da2a0a36d5987db Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 4 Sep 2007 02:22:20 +0000 Subject: Nosefart -> NES Sound Format Original commit message from CVS: Nosefart -> NES Sound Format --- gst/nsf/gstnsf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/nsf/gstnsf.c b/gst/nsf/gstnsf.c index 22dae796..e8d4441b 100644 --- a/gst/nsf/gstnsf.c +++ b/gst/nsf/gstnsf.c @@ -375,7 +375,7 @@ start_play_tune (GstNsfDec * nsfdec) nsfdec->taglist = gst_tag_list_new (); gst_tag_list_add (nsfdec->taglist, GST_TAG_MERGE_REPLACE, - GST_TAG_AUDIO_CODEC, "Nosefart", NULL); + GST_TAG_AUDIO_CODEC, "NES Sound Format", NULL); if (nsfdec->nsf->artist_name) gst_tag_list_add (nsfdec->taglist, GST_TAG_MERGE_REPLACE, -- cgit v1.2.1