After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345641 - [API] [libgsttag] add enums for image tag type
[API] [libgsttag] add enums for image tag type
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 344605
 
 
Reported: 2006-06-22 09:48 UTC by Tim-Philipp Müller
Modified: 2006-06-22 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
propsed API addition (5.84 KB, patch)
2006-06-22 09:48 UTC, Tim-Philipp Müller
committed Details | Review

Description Tim-Philipp Müller 2006-06-22 09:48:09 UTC
This adds a registered enum type that provides more information about what the image contained in a GST_TAG_IMAGE represents.
Comment 1 Tim-Philipp Müller 2006-06-22 09:48:49 UTC
Created attachment 67838 [details] [review]
propsed API addition
Comment 2 Tim-Philipp Müller 2006-06-22 11:01:28 UTC
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).