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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 6 14:36:13 UTC 2017


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

--- Comment #27 from Patricia Muscalu <patricia at axis.com> ---
Just summarizing the failing test result:
Currently there is no synchronization mechanism between the sink and sink
thread. The sink starts tasks but does not await the task completion. There is
no queuing mechanism for tasks to be sent as well.
What's actually happening here is that OPEN command is "scheduled" but never
executed - OPEN is cancelled by WAIT command sent on the change transition
PAUSED->PLAYING.
It's a pure luck that the test passes in 1.12.

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