[Bug 623789] [souphttpsrc/playbin2] setting http timeout is ineffective

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 20 03:14:50 PDT 2011


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

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |mnauw at users.sourceforge.net
          Component|gst-plugins-base            |gst-plugins-good
         Resolution|                            |NOTABUG

--- Comment #1 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-04-20 10:14:43 UTC ---
On the one hand, setting souphttpsrc timeout to e.g. 10 works fine here with
latest git.

On the other hand, that timeout is used pretty early on (when initiating the
connection).  So, if the above bus messages are received asynchronously in the
mainloop (as is typically the case), then setting the timeout property may
simply happen too late.  You would have to come up with a more synchronous
mechanism to set the property early enough (monitoring bus messages
synchronously or connecting to signals related to element adding etc).

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