[Bug 725140] hlsdemux fails to correctly parse CODECS and RESOLUTION

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 26 00:02:29 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-02-26 08:23:55 UTC ---
commit 161254d7c0cd2866b05d35d4aa1eed7e876779fc
Author: Alex Ashley <bugzilla at ashley-family.net>
Date:   Fri Feb 21 09:36:51 2014 +0000

    hlsdemux: Fix parsing of CODECS and RESOLUTION

    hlsdemux does not check for the '"' character in #EXT-X-STREAM-INF
    attributes. The CODECS parameter is an example of an attribute
    that might use the '"' symbol and might contain a ',' character
    inside this quoted string.

    For example: CODECS="avc1.77.30, mp4a.40.2"

    hlsdemux does not correctly parse the RESOLUTION attribute, it
    assumes that an '=' character is used to delineate the width
    and height values, but the HLS RFC states that a 'x' character
    must be used as the delimiter between width and height.

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

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