exiftag: handle GST_TAG_CAPTURING_FOCAL_LENGTH_35_MM tag
authorAurélien Zanelli <aurelien.zanelli@darkosphere.fr>
Fri, 21 Aug 2015 08:40:33 +0000 (10:40 +0200)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 28 Apr 2016 15:13:15 +0000 (12:13 -0300)
commit928bb3b6f4bcaf7d819f369ec4d85a281df08c6a
tree355a7e0227a6d8b6a8d505604c2fbe190b436934
parentc5a4a8382886e3cabc70f0e8afd4040745ffa34f
exiftag: handle GST_TAG_CAPTURING_FOCAL_LENGTH_35_MM tag

This tag match the EXIF_TAG_FOCAL_LENGTH_IN_35_MM_FILM exif tag and is
stored on a short. Hence there is a precision loss compared to the
GstTag which is a double value.

https://bugzilla.gnome.org/show_bug.cgi?id=753930
gst-libs/gst/tag/gstexiftag.c
tests/check/libs/tag.c