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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 20 11:54:13 UTC 2017


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

--- Comment #16 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Also the udpsink destination in our case would have to be configured after
SETUP.

So _join_bin() should be called before SETUP (it is now, in _open()). And
_complete() should be called after all SETUPs to add the transport elements
(that's what it does, right?).

And between _join_bin() and _complete() we need to block the streams (there's
the API for that), but also ensure that somehow the whole thing pre-rolls so
that we actually can go to PLAYING (which is what does SETUP).


Do you agree?

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