[Bug 746906] hlssink: creates a single segment

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 30 08:32:07 PDT 2015


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1
                 OS|Linux                       |All

--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
commit f00aec48fa601f967a9075dca86ead9d882c4f62
Author: Thiago Santos <thiagoss at osg.samsung.com>
Date:   Sat Mar 28 11:40:14 2015 -0300

    hlssink: implement a chain_list to request key unit for segments

    upstream might send buffer lists instead of buffers and hlssink's
    probe won't get called and a new segment won't be created when needed.

    This patch fixes it by adding a chain_list function to the sink pad
    that will just pass through the whole bufferlist if no segment needs
    to be requested at the moment or convert the list into buffers to
    check the proper timestamp to request the next key-unit that will
    start the segment.

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

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