From 6d0ca73feac50b409b577f747ab79b2f3d56417b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 4 Aug 2008 13:01:35 +0000 Subject: [PATCH] gst/gsttaglist.c: Fix typo. Original commit message from CVS: * gst/gsttaglist.c: (_gst_tag_initialize): Fix typo. --- ChangeLog | 5 +++++ gst/gsttaglist.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b514e5b1df..38b9b58a24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-04 Tim-Philipp Müller + + * gst/gsttaglist.c: (_gst_tag_initialize): + Fix typo. + 2008-08-04 Stefan Kost * gst/gsttaglist.c: diff --git a/gst/gsttaglist.c b/gst/gsttaglist.c index f5a2c3a7eb..a216e26126 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"), - gst_tag_merge_strings_with_comma ()); + gst_tag_merge_strings_with_comma); } /**