Original commit message from CVS:
* gst/gsttaglist.c: (_gst_tag_initialize):
Fix typo.
+2008-08-04 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * gst/gsttaglist.c: (_gst_tag_initialize):
+ Fix typo.
+
2008-08-04 Stefan Kost <ensonic@users.sf.net>
* gst/gsttaglist.c:
_("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"),
- gst_tag_merge_strings_with_comma ());
+ gst_tag_merge_strings_with_comma);
}
/**