mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Add new taglist item GST_TAG_KEYWORDS, needed for #520694 .
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * gst/gsttaglist.h: Add new taglist item GST_TAG_KEYWORDS, needed for #520694 .
This commit is contained in:
parent
2fd47ae874
commit
6cf55f54e3
3 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-08-01 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/gst/gstreamer-sections.txt:
|
||||||
|
* gst/gsttaglist.h:
|
||||||
|
Add new taglist item GST_TAG_KEYWORDS, needed for #520694 .
|
||||||
|
|
||||||
2008-08-01 Tim-Philipp Müller <tim.muller at collabora co uk>
|
2008-08-01 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||||
|
|
||||||
* gst/gstpadtemplate.c:
|
* gst/gstpadtemplate.c:
|
||||||
|
|
|
@ -1996,6 +1996,7 @@ GST_TAG_IMAGE
|
||||||
GST_TAG_PREVIEW_IMAGE
|
GST_TAG_PREVIEW_IMAGE
|
||||||
GST_TAG_ATTACHMENT
|
GST_TAG_ATTACHMENT
|
||||||
GST_TAG_BEATS_PER_MINUTE
|
GST_TAG_BEATS_PER_MINUTE
|
||||||
|
GST_TAG_KEYWORDS
|
||||||
|
|
||||||
gst_tag_register
|
gst_tag_register
|
||||||
gst_tag_merge_use_first
|
gst_tag_merge_use_first
|
||||||
|
|
|
@ -674,6 +674,15 @@ gboolean gst_tag_list_get_date_index (const GstTagList * list,
|
||||||
*/
|
*/
|
||||||
#define GST_TAG_BEATS_PER_MINUTE "beats-per-minute"
|
#define GST_TAG_BEATS_PER_MINUTE "beats-per-minute"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GST_TAG_KEYWORDS:
|
||||||
|
*
|
||||||
|
* series of keywords describing the content (string).
|
||||||
|
*
|
||||||
|
* Since: 0.10.21
|
||||||
|
*/
|
||||||
|
#define GST_TAG_KEYWORDS "keywords"
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_TAGLIST_H__ */
|
#endif /* __GST_TAGLIST_H__ */
|
||||||
|
|
Loading…
Reference in a new issue