[gstreamer-bugs] [Bug 338827] [patch] gnomevfssrc should use async api to not block on network problems

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Nov 15 03:14:18 PST 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=338827

  GStreamer | gst-plugins-base | Ver: HEAD CVS




------- Comment #30 from Wouter Cloetens  2007-11-15 11:14 UTC -------
Created an attachment (id=99136)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=99136&action=view)
Fully async HTTP source based on libsoup-2.2

This adds a fully async HTTP source based on libsoup.
start() returns immediately. URL parsing, DNS lookup, connection, HTTP
negotiation and reception of data is completely asynchronous (with use of a new
GMainLoop) and handled in create().
This is a bare-bones implementation and lacks many of the features on
neonhttpsrc. HTTPS should work too, but was not tested.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=338827.




More information about the Gstreamer-bugs mailing list