mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/gsttaglist.c: Fix typo.
Original commit message from CVS: * gst/gsttaglist.c: (_gst_tag_initialize): Fix typo.
This commit is contained in:
parent
909a7d2de7
commit
6d0ca73fea
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2008-08-04 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gsttaglist.c:
|
* gst/gsttaglist.c:
|
||||||
|
|
|
@ -247,7 +247,7 @@ _gst_tag_initialize (void)
|
||||||
_("beats per minute"), _("number of beats per minute in audio"), NULL);
|
_("beats per minute"), _("number of beats per minute in audio"), NULL);
|
||||||
gst_tag_register (GST_TAG_KEYWORDS, GST_TAG_FLAG_META, G_TYPE_STRING,
|
gst_tag_register (GST_TAG_KEYWORDS, GST_TAG_FLAG_META, G_TYPE_STRING,
|
||||||
_("keywords"), _("comma separated keywords describing the content"),
|
_("keywords"), _("comma separated keywords describing the content"),
|
||||||
gst_tag_merge_strings_with_comma ());
|
gst_tag_merge_strings_with_comma);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue