GNOME Bugzilla – Bug 767881
tag: add GST_TAG_CAPTURING_FOCAL_LENGTH_35mm
Last modified: 2016-06-21 14:37:06 UTC
Created attachment 330097 [details] [review] Patch for the bug description Very simple patch. Added the 35mm film equivalent length GST_TAG_CAPTURING_FOCAL_LENGTH_35mm that exists in the exif standard. This patch enables the parsing of the exif equivalent tag. This tag is important because a number of photogrametry applications use it to calculate the sensor size of the camera, making pictures without this tag useless for the purpose. See https://support.pix4d.com/hc/en-us/articles/205732299-Standard-EXIF-tags-read-by-Pix4Dmapper#gsc.tab=0
Comment on attachment 330097 [details] [review] Patch for the bug description > GST_TAG_CAPTURING_FOCAL_LENGTH_35mm Should probably be GST_TAG_CAPTURING_FOCAL_LENGTH_35MM ?
Created attachment 330100 [details] [review] Added GST_TAG_CAPTURING_FOCAL_LENGTH_35MM Argh sorry for the typo. MM are always lowercase and I got carried away. This patch has the macro names with 35MM upper cased. The only difference.
I may miss something but the tag is already present in master: https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=c5a4a8382886e3cabc70f0e8afd4040745ffa34f https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=928bb3b6f4bcaf7d819f369ec4d85a281df08c6a
Looks like it doesn't it? *** This bug has been marked as a duplicate of bug 753930 ***
Ouch. Sorry for the waste of time.