gst/gsttaglist.c: Fix typo.
authorTim-Philipp Müller <tim@centricular.net>
Mon, 4 Aug 2008 13:01:35 +0000 (13:01 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 4 Aug 2008 13:01:35 +0000 (13:01 +0000)
Original commit message from CVS:
* gst/gsttaglist.c: (_gst_tag_initialize):
Fix typo.

ChangeLog
gst/gsttaglist.c

index b514e5b..38b9b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index f5a2c3a..a216e26 100644 (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"),
-      gst_tag_merge_strings_with_comma ());
+      gst_tag_merge_strings_with_comma);
 }
 
 /**