summaryrefslogtreecommitdiff
path: root/gst/gsttaglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsttaglist.c')
-rw-r--r--gst/gsttaglist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c
index 5fb9d8c77e..fab96f3a00 100644
--- a/gst/gsttaglist.c
+++ b/gst/gsttaglist.c
@@ -323,6 +323,10 @@ _gst_tag_initialize (void)
_("Groups related media that spans multiple tracks, like the different "
"pieces of a concerto. It is a higher level than a track, "
"but lower than an album"), NULL);
+ gst_tag_register (GST_TAG_USER_RATING, GST_TAG_FLAG_META, G_TYPE_UINT,
+ _("user rating"),
+ _("Rating attributed by a user. The higher the rank, "
+ "the more the user likes this media"), NULL);
}
/**