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 568704 - Metadatamux: unable to configure byte order for EXIF
Metadatamux: unable to configure byte order for EXIF
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.11
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-22 15:03 UTC by Tommi Myöhänen
Modified: 2009-01-25 15:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tommi Myöhänen 2009-01-22 15:03:52 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-25 15:02:05 UTC
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.