+2006-07-24 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/gsttaglist.c: (_gst_tag_initialize):
+ Allow more than one GST_TAG_IMAGE per taglist.
+
2006-07-24 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstminiobject.c:
_("language code"),
_("language code for this stream, conforming to ISO-639-1"), NULL);
gst_tag_register (GST_TAG_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
- _("image"), _("image related to this stream"), NULL);
+ _("image"), _("image related to this stream"), gst_tag_merge_use_first);
gst_tag_register (GST_TAG_PREVIEW_IMAGE, GST_TAG_FLAG_META, GST_TYPE_BUFFER,
_("preview image"), _("preview image related to this stream"), NULL);
}