[Bug 790412] unit test failure: rtspclientsink test_record fails with GST_MESSAGE_TYPE (msg) != GST_MESSAGE_EOS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Nov 16 13:30:48 UTC 2017


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

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
AFAIU we need to call gst_rtsp_stream_set_blocked() for blocking the stream,
before unblocking the payloader. And then at a later time complete_stream() and
unblock().

However we can only call complete_stream() once we have the transports, and we
only have the transports once we went to PLAYING (that's when ANNOUNCE, SETUP,
RECORD is called and we need SETUP), but we will never preroll because the
streams are blocked.

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