[Bug 649449] New: [gppmux] Failure to write location

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 5 04:24:16 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649449
  GStreamer | gst-plugins-good | git

           Summary: [gppmux] Failure to write location
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Observed on macosx/32bit

Running suite(s): tagschecking
66%: Checks: 3, Failures: 1, Errors: 0
pipelines/tagschecking.c:213:F:general:test_geo_location_tags:0: tag item
geo-location-latitude has been received with different type or value


The problem is that gppmux will write a 'loci' 3gpp location tag with bogus
values.

The culprit is :
GST_WRITE_UINT32_BE (data + 1, (guint32) (longitude * 65536.0));

Whereas it's meant to be a signed integer.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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