[Gstreamer-bugs] [Bug 142613] New: - asfdemux segfaulting with gst-launch & gst-player but not with totem

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun May 16 08:29:24 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=142613
GStreamer | gst-python | Ver: HEAD CVS

           Summary: asfdemux segfaulting with gst-launch & gst-player but
                    not with totem
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-maint at bugzilla.gnome.org
        ReportedBy: bugs at leroutier.net
         QAContact: gstreamer-maint at bugzilla.gnome.org


trying to play a really bad asf/wmv file
segfaults in comment->tags extraction code

gst/asfdemux/gstasfdemux.c around line 540

what seems to be breaking is :
      for (n = 0; n < lengths[i] / 2 - 1; n++)
        ((gint16 *) data)[n] = GUINT16_FROM_LE (((gint16 *) data)[n]);

looks silly but it does really segfault on this byteswap function

anyone has a clue why ?

file to reproduce this is on my gst FTP, ask ronald (or me on irc) for
login/pass/host

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list