[gstreamer-bugs] [Bug 604711] Handling of mime type in multipartdemux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 16 12:12:10 PST 2010


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.19

--- Comment #5 from Wim Taymans <wim.taymans at gmail.com> 2010-02-16 20:12:07 UTC ---
commit 6a877b2e6daae21772768d1973fa801143d312e6
Author: Anders Skargren <anders.skargren at axis.com>
Date:   Tue Feb 16 21:05:24 2010 +0100

    multipartdemux: improve header mime-type parsing

    Make the handing of the mime type within the "boundary" a bit less naive.
    The standard for MIME allows parameters to follow the "type" / "subtype"
    clause separated from the mime type by ';'.

    Modifies the multipartdemuxer's header parsing so it doesnt assume
    the whole line after "content-type:" is the mime type and thus makes it a
bit
    more resilient to finding absurd mime types in the case where parameters
are
    added.

    Fixes #604711

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