[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 07:44:04 PDT 2010


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

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |wim.taymans at gmail.com
     Ever Confirmed|0                           |1

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-08-20 14:43:59 UTC ---
That patch is not quite right.

The part where you send the EOS is also the part that is executed when the
client issues a pause request. You probably want to send the EOS into the
pipeline only right before the pipeline is set to READY or NULL.

Also the logic to send the EOS to all elements in the pipeline is not so good.
It should be possible to just send the EOS to the pipeline, which then
dispatches it to all sources in the pipeline.

I will take a look how this patch can be improved.

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