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 631773 - [tags] Add new exif tags: sharpness, metering mode, file/capturing source
[tags] Add new exif tags: sharpness, metering mode, file/capturing source
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-09 19:30 UTC by Thiago Sousa Santos
Modified: 2010-10-16 00:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tag: Adds GST_TAG_CAPTURING_SHARPNESS (8.15 KB, patch)
2010-10-09 19:30 UTC, Thiago Sousa Santos
committed Details | Review
tag: Adds GST_TAG_CAPTURING_METERING_MODE (9.11 KB, patch)
2010-10-09 19:31 UTC, Thiago Sousa Santos
committed Details | Review
tag: Adds GST_TAG_CAPTURING_SOURCE (10.61 KB, patch)
2010-10-09 19:31 UTC, Thiago Sousa Santos
committed Details | Review

Description Thiago Sousa Santos 2010-10-09 19:30:54 UTC
The patches attached add three new exif tags.

GST_TAG_CAPTURING_SHARPNESS - we already have contrast/saturation, this
is similar to them.

GST_TAG_CAPTURING_METERING_MODE - indicates the algorithm used to
calculate the exposure for the capture.

GST_TAG_CAPTURING_SOURCE - indicates the source/device of the capture.

All three are simple, just adding here in case someone finds/has better
naming for them.
Comment 1 Thiago Sousa Santos 2010-10-09 19:30:59 UTC
Created attachment 172024 [details] [review]
tag: Adds GST_TAG_CAPTURING_SHARPNESS

Adds new tag for tagging sharpness processing used
when capturing an image. Also maps it in the exif
tags.

Tests included.

API: GST_TAG_CAPTURING_SHARPNESS
Comment 2 Thiago Sousa Santos 2010-10-09 19:31:06 UTC
Created attachment 172025 [details] [review]
tag: Adds GST_TAG_CAPTURING_METERING_MODE

Adds a tag to inform what mode was used by a camera to calculate
the picture capturing exposure

Also adds mapping to exif and tests

API: GST_TAG_CAPTURING_METERING_MODE
Comment 3 Thiago Sousa Santos 2010-10-09 19:31:12 UTC
Created attachment 172026 [details] [review]
tag: Adds GST_TAG_CAPTURING_SOURCE

Adds a tag to indicate the source/device used for the capture.

Already maps it in exif and adds tests.

API: GST_TAG_CAPTURING_SOURCE
Comment 4 Thiago Sousa Santos 2010-10-09 19:32:51 UTC
Adding target to next release. We should get this in, as most of the other
exif tags were added for the 0.10.31 release too.
Comment 5 Tim-Philipp Müller 2010-10-16 00:36:45 UTC
Pushed with minor string changes:

commit 5984ff1086e1c6dc74d20680ae8f5b76a4dfb3cf
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Fri Oct 8 17:24:07 2010 -0300

    tag: Adds GST_TAG_CAPTURING_SOURCE
    
    Adds a tag to indicate the source/device used for the capture.
    
    Already maps it in exif and adds tests.
    
    API: GST_TAG_CAPTURING_SOURCE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631773

commit b49f83d73838e2de05f0057ecb2335ad9393f9c5
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Fri Oct 8 15:51:28 2010 -0300

    tag: Adds GST_TAG_CAPTURING_METERING_MODE
    
    Adds a tag to inform what mode was used by a camera to calculate
    the picture capturing exposure
    
    Also adds mapping to exif and tests
    
    API: GST_TAG_CAPTURING_METERING_MODE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631773

commit f67e7aacf33c6f0b3dc689ef585285cb5ad48c7a
Author: Thiago Santos <thiago.sousa.santos@collabora.co.uk>
Date:   Fri Oct 8 15:14:22 2010 -0300

    tag: Adds GST_TAG_CAPTURING_SHARPNESS
    
    Adds new tag for tagging sharpness processing used
    when capturing an image. Also maps it in the exif
    tags.
    
    Tests included.
    
    API: GST_TAG_CAPTURING_SHARPNESS
    
    https://bugzilla.gnome.org/show_bug.cgi?id=631773