gst/gsttaglist.c: Argh. actually save the text before committing. Now adds gst_tag_merge_strings_with_comma() to gst_...

Original commit message from CVS:
* gst/gsttaglist.c:
Argh. actually save the text before committing. Now adds
gst_tag_merge_strings_with_comma() to gst_tag_register().
This commit is contained in:
Stefan Kost 2008-08-04 12:46:23 +00:00
parent 8e729fc6a2
commit 909a7d2de7
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-08-04 Stefan Kost <ensonic@users.sf.net>
* 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 <ensonic@users.sf.net>
* gst/gsttaglist.c:

View file

@ -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 ());
}
/**