[Bug 674316] rtspsrc can't handle EOS correctly

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 18 03:44:39 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674316
  GStreamer | gst-plugins-good | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |NOTABUG

--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2012-04-18 10:44:38 UTC ---
This is not a bug, you cancel the source so that the it does not create the
srcpad that links to the sink. EOS can then never travel to the sink and you
keep on waiting forever.

This is the same situation as:

 gst-launch-1.0 -e fakesrc is-live=1 ! fakesink fakesink

the problem is that gst-launch is not so smart, it should wait for preroll
before attempting to send the EOS.

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