GNOME Bugzilla – Bug 759031
rtsp-media: gst_rtsp_media_get_status: timeout, assuming error status
Last modified: 2015-12-06 15:33:23 UTC
Created attachment 316772 [details] Output from checking all gst-rtsp-server tests I get some errors when running all tests from gst-rtsp-server. Debugging rtspserver, with command: GST_CHECKS=test_play GST_DEBUG=rtspclient:6,rtspmedia:6,check:5 make gst/rtspserver.check I get: rtspmedia rtsp-media.c:1841:gst_rtsp_media_get_status: timeout, assuming error status Running GDB: GST_CHECKS=test_play GST_DEBUG=rtspclient:6,rtspmedia:6,check:5 make gst/rtspserver.gdb to see the content of the arguments for the function g_cond_wait_until (line 1847 in rtsp-media.c), I see 0x1 in cold and lock.
Created attachment 316774 [details] rtspserver.check See line 39: gst_rtsp_media_get_status: timeout, assuming error status
Created attachment 316775 [details] GDB output
I reinstalled GStreamer and the test passed. I don't know if this is a bug, but at least it is not relevant anymore at the moment.