[gstreamer-bugs] [Bug 486659] metadata parser for image files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Oct 14 23:41:33 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=486659

  GStreamer | gst-plugins-bad | Ver: HEAD CVS




------- Comment #1 from Stefan Kost (gstreamer, gtkdoc dev)  2007-10-15 06:41 UTC -------
Right, so there should be a heperl-library under e.g.
  gst-plugins-base/gst-libs/gst/imagetags/
that provides support for each of the formats a la:

GstTagList *gst_tag_list_from_exif_chunk(const GstBuffer * buffer);
GstBuffer *gst_exif_chunk_from_tag_list(GstTagList *tag_list);

Then jpeg{enc,dec}, tiff{enc,dec}, png{enc/dec} can make use of those.

gst_XXX_from_tag_list() should return NULL if the taglist does not contain
suitable tags. For the future we should think about a useful interface that
allows applications to select what metadata-formats should be produced.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=486659.




More information about the Gstreamer-bugs mailing list