mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
gst/gsttaglist.c: Allow more than one GST_TAG_IMAGE per taglist.
Original commit message from CVS: * gst/gsttaglist.c: (_gst_tag_initialize): Allow more than one GST_TAG_IMAGE per taglist.
This commit is contained in:
parent
0d79923b07
commit
82cf674653
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 743c74bf92546638d3f4272fd5525bf6ef71f794
|
||||
Subproject commit ef97fb3278d98a1fdb32e5c6b2a7467116ffc160
|
|
@ -205,7 +205,7 @@ _gst_tag_initialize (void)
|
|||
_("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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue