GNOME Bugzilla – Bug 568704
Metadatamux: unable to configure byte order for EXIF
Last modified: 2009-01-25 15:02:05 UTC
Metadatamux uses always libexif default byte order "EXIF_BYTE_ORDER_MOTOROLA" when it writes tags to EXIF metadata. It would be nice if an application could configure metadatamux to use "Intel" byte order too.
commit 93df7379e47144261787378fa195cad676b855ad Author: Stefan Kost <ensonic@users.sf.net> Date: Fri Jan 23 14:43:00 2009 +0200 Configure byte order for EXIF. Fixes #568704 Exif blocks can be in differnt byte orders. Add an element property to select wich one should be written.