[Bug 753773] New: [Patch] write_exif_integer_tag_from_taglist: Silently ignores unsigned int values

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 18 11:47:27 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753773

            Bug ID: 753773
           Summary: [Patch] write_exif_integer_tag_from_taglist: Silently
                    ignores unsigned int values
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 309502
  --> https://bugzilla.gnome.org/attachment.cgi?id=309502&action=edit
Patch to fix the problem

The write_exif_integer_tag_from_taglist() function will only write the value if
the GValue is a signed integer, unsigned integers are not supported (even
though both EXIF short and long are unsigned).

Patch attached to fix this.

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