[gstreamer-bugs] [Bug 614872] [tag] Add basic exif support
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jun 7 03:57:14 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=614872
GStreamer | gst-plugins-base | git
--- Comment #16 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-06-07 10:57:09 UTC ---
Anyone willing to review this? It has automated tests and they pass. So this
works at some point :)
The critical part to review here is the API, which is fairly simple:
+/* functions related to exif */
+GstBuffer * gst_tag_list_to_exif_buffer (const GstTagList * list,
+ gint byte_order,
+ guint32 base_offset);
+
+GstBuffer * gst_tag_list_to_exif_buffer_with_tiff_header (const
GstTagList * taglist);
+
+GstTagList * gst_tag_list_from_exif_buffer (const GstBuffer *
buffer,
+ gint byte_order,
+ guint32 base_offset);
+
+GstTagList * gst_tag_list_from_exif_buffer_with_tiff_header (
+ const GstBuffer *
buffer);
+
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list