GNOME Bugzilla – Bug 345641
[API] [libgsttag] add enums for image tag type
Last modified: 2006-06-22 11:01:28 UTC
This adds a registered enum type that provides more information about what the image contained in a GST_TAG_IMAGE represents.
Created attachment 67838 [details] [review] propsed API addition
Also added 'Since: 0.10.9' bit to docs and changed GST_TYPE_TAG_IMAGE => GST_TYPE_TAG_IMAGE_TYPE: 2006-06-22 Tim-Philipp Müller <tim at centricular dot net> * docs/libs/gst-plugins-base-libs-sections.txt: * gst-libs/gst/tag/tag.h: * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum), (gst_tag_image_type_get_type): API: add GstTagImageType enum to describe images contained in image tags (#345641).