[Bug 702677] dashdemux: SegmentTemplates at multiple levels not aggregated

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 3 06:29:52 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702677
  GStreamer | gst-plugins-bad | 1.x

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |thiago.sousa.santos at collabo
                   |                            |ra.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.2

--- Comment #7 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-07-03 13:29:45 UTC ---
Fixed.

commit 5920ee2777088471be82ba1f5b1ac6ec1e509423
Author: Greg Rutz <greg at gsr-tek.com>
Date:   Fri Jun 21 17:09:30 2013 -0600

    dashdemux: Implement inheritance for certain MPD elements

    According to the MPEG-DASH spec, certain elements (i.e.
    SegmentBase, SegmentTemplate, and SegmentList) should inherit
    attributes from the same elements in the containing AdaptationSet
    or Period.

    Updated the SegmentBase, SegmentTemplate, and SegmentList parsers
    to properly inherit attributes from the corresponding elements in
    AdaptationSet and/or Period.

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

commit 5e0ed52880ba04edd14a4f3fcba7a9fccfd60978
Author: Greg Rutz <greg at gsr-tek.com>
Date:   Fri Jun 21 15:51:46 2013 -0600

    dashdemux: Properly detect presence of xml attributes

    Convert all xml attribute/content parsing functions to return a
    boolean value indicating whether or not the attribute/content was
    present.  We need this finer-grained control in order to properly
    implement the inheritance policies described in the spec

    Also fixed several memory leak conditions when handling errors in
    the xml attribute/content parsing functions.

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

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