diff --git a/ChangeLog b/ChangeLog index 650481db14..b514e5b1df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-08-04 Stefan Kost + + * gst/gsttaglist.c: + Argh. actually save the text before committing. Now adds + gst_tag_merge_strings_with_comma() to gst_tag_register(). + 2008-08-04 Stefan Kost * gst/gsttaglist.c: diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index f8ca29b8a9..f5a2c3a7eb 100644 --- a/gst/gsttaglist.c +++ b/gst/gsttaglist.c @@ -247,7 +247,7 @@ _gst_tag_initialize (void) _("beats per minute"), _("number of beats per minute in audio"), NULL); gst_tag_register (GST_TAG_KEYWORDS, GST_TAG_FLAG_META, G_TYPE_STRING, _("keywords"), _("comma separated keywords describing the content"), - NULL); + gst_tag_merge_strings_with_comma ()); } /**