[Bug 711086] hlssink incompatible with EOS events

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 2 03:51:03 PDT 2013


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

Alessandro Decina <alessandro.d> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alessandro.d at gmail.com

--- Comment #2 from Alessandro Decina <alessandro.d at gmail.com> 2013-11-02 10:51:00 UTC ---
The problem here is that you're nesting two pipelines (pipeline0 inside
hellodear) and that doesn't appear to work too well. The outer pipeline
(hellodear) never reaches EOS because gstbin.c:is_eos always returns FALSE,
since the function checks if all the sinks have emitted EOS and hellodear
doesn't contain any sinks.

If you get rid of the outer hellodear pipeline things works as expected.

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