summaryrefslogtreecommitdiffstats
path: root/gst/apetag/apedemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/apetag/apedemux.c')
-rw-r--r--gst/apetag/apedemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/apetag/apedemux.c b/gst/apetag/apedemux.c
index 8830cae3..6736d086 100644
--- a/gst/apetag/apedemux.c
+++ b/gst/apetag/apedemux.c
@@ -469,6 +469,8 @@ gst_ape_demux_parse_tags (GstApeDemux * ape, guint8 * data, gint size)
type = GST_TAG_COMMENT;
} else if (!strcasecmp (tag, "copyright")) {
type = GST_TAG_COPYRIGHT;
+ } else if (!strcasecmp (tag, "genre")) {
+ type = GST_TAG_GENRE;
} else if (!strcasecmp (tag, "isrc")) {
type = GST_TAG_ISRC;
} else if (!strcasecmp (tag, "track")) {