[Bug 705371] soup: Unified server/renderer process hangs with latest GStreamer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 20 07:18:12 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705371
  GStreamer | gst-plugins-good | git

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |slomo at circular-chaos.org

--- Comment #7 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-08-20 14:18:06 UTC ---
Well, this testcase obviously hangs because the HEAD request is done when
souphttpsrc is set from READY to PAUSED, which is done from the main thread
when setting playbin to PLAYING. That means that the server can't reply yet
because its main loop is not running yet. souphttpsrc then waits (apparently
forever) for the server to reply to the request (opening a connection works it
seems).

Is that the same problem in your original case of this bug?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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