[gstreamer-bugs] [Bug 614872] [tag] Add basic exif support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jun 10 04:28:47 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=614872
  GStreamer | gst-plugins-base | git

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.30

--- Comment #22 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-06-10 11:28:44 UTC ---
Fixed.

In -base:

commit 491d02553028194518d532e2c2be30c2377091a8
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Mon May 10 14:01:46 2010 -0300

    tag: exif: Adds new geo-location tag mappings

    Adds mappings for:
    GST_TAG_GEO_LOCATION_CAPTURE_DIRECTION
    GST_TAG_GEO_LOCATION_MOVEMENT_DIRECTION
    GST_TAG_GEO_LOCATION_MOVEMENT_SPEED
    GST_TAG_GEO_LOCATION_ELEVATION

    Does some refactoring in the code to reduce number of parameters
    passed to functions

    Tests included.

commit 4418dc9cdf9137d2aad27585da84de57b388f9c7
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Sun Apr 4 22:25:24 2010 -0300

    tests: tag: Adds unit tests for exif helper lib

    Adds some simple unit tests for exif helper lib functions

    Fixes #614872

commit 6b6a4e85ad01f1c25d7b77c1980e2a0c6080eb54
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Sat Apr 3 23:02:57 2010 -0300

    tag: Adds basic exif tags support

    Adds exif helper lib functions to parse exif buffers from/to
    taglists. Exif is tipically used in jpeg images, but it can
    also be embedded into TIFF, AVI and WAV formats.

    Adds a couple function to handle exif in tiff header structures, that is
how
    exif is embedded in jpeg and (obviously) in tiff.

    API: gst_tag_list_to_exif_buffer
    API: gst_tag_list_to_exif_buffer_with_tiff_header
    API: gst_tag_list_from_exif_buffer
    API: gst_tag_list_from_exif_buffer_with_tiff_header

    Fixes #614872


In -bad:

commit c54b5325cb956da964be0ee0166fb506185c14ae
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Mon May 10 10:47:06 2010 -0300

    tests: jifmux: Adds jifmux exif tags tests

    Adds a basic unit test for jifmux to test that exif tags
    are writen properly.

    This test uses libexif.

    Fixes #614872

commit 00897e21a99011884c07c4def20a6d658cc0e97b
Author: Thiago Santos <thiago.sousa.santos at collabora.co.uk>
Date:   Wed Apr 28 23:52:12 2010 -0300

    jpegformat: Add exif support

    Adds exif writing support to jifmux.
    Adds parsing support to jpegparse.

    Fixes #614872

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