GNOME Bugzilla – Bug 686273
deadlock in gst-rtsp-server
Last modified: 2012-10-25 07:14:15 UTC
Created attachment 226611 [details] [review] mark the app sources as LIVE The app sources are not marked as LIVE sources which means their create functions will be called with the LIVE mutex locked when setting state to PAUSED. Thus, the thread calling gst_element_set_state () will be blocked.
Note that this is a "sometimes"-problem, the hanging occurs when create () is called before gst_base_src_start_wait ().
*** This bug has been marked as a duplicate of bug 686723 ***