mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
8e729fc6a2
commit
909a7d2de7
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 ());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue