[Bug 759740] hlsdemux: pipeline crashes at segment boundaries but playbin works fine

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 21 15:42:38 PST 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thiagossantos at gmail.com
         Resolution|---                         |NOTABUG

--- Comment #3 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
I see no crashes at the logs. Only not-linked errors.

hlsdemux exposes new pads when it changes bitrates and that means the
application has to listen to the pad-added signals and link new
demuxers/decoders on that branch, otherwise it will try to push data on a
not-linked pad and get that error.

 If you use playbin it will do that automatically for you, otherwise you need
to write a proper application and handle those scenarios yourself.

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