[gstreamer-bugs] [Bug 626651] [tag] Photography/capture settings tags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 17 06:37:33 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=626651
  GStreamer | gstreamer (core) | git

--- Comment #12 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-08-17 13:37:28 UTC ---
(In reply to comment #7)
> Review of attachment 167644 [details]:
> 
> ::: gst/gsttaglist.c
> @@ +379,3 @@
> +  gst_tag_register (GST_TAG_CAPTURE_FLASH_FIRED, GST_TAG_FLAG_META,
> +      G_TYPE_BOOLEAN, _("capture flash fired"),
> +      _("If the flash was fired when capturing an image"), NULL);
> 
> http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/flash.html
> seems to suggest that the flash firing could be more complex. I'll try to find
> some media that has more complex settings, but here's one to start with:
> http://farm4.static.flickr.com/3165/2600398503_3387890d40_o_d.jpg

Yes, this exif flash tag is made of flags. Not sure how to represent those in
gstreamer tags. With my initial proposal we would only be able to set the first
bit (flash fired/flash not fired) which is probably the most important bit
there.

Any ideas on how to represent this? Using multiple different tags? Or a
"flash-type" string tag?

-- 
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