[Bug 771699] gst_clock_id_wait waits for too long

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 21 13:36:06 UTC 2016


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

--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Can you please attach the debug log? That makes it possible to actually read it
:)

But this looks like it waits for 10 seconds, notices also that it waits for 10
seconds, but should've only waited for a couple of milliseconds. So it just
didn't wake up in time, which hints at timeouts for select/poll on fds do not
trigger properly in your situation.

Can you try with a simple testcase that uses poll() or select() on a fd with a
timeout to see if that guess is correct?

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