[gstreamer-bugs] [Bug 625597] gst-rtsp-server needs to send EOS on client session end so that elements such as 'filesink' are satisfied

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Aug 20 09:10:49 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625597
  GStreamer | gst-rtsp-server | git

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2010-08-20 16:10:43 UTC ---
commit 57cc780c45a4c14decda0ac5fde58db3d13c7980
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Aug 20 18:04:52 2010 +0200

    bin: relax the source element check

    When there is a sink inside a bin, the SINK flag is set on the bin. When we
are
    trying to iterate the source elements, also include the bins with the SINK
flag
    because they could also contain source elements, in which case they are
also a
    source.

    This solves the case where sending an EOS to a pipeline didn't get
dispatched to
    all source elements.

    See #625597

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