[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
Wed Mar 11 07:21:13 PDT 2009


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




------- Comment #39 from Sebastian Dröge  2009-03-11 14:22 UTC -------
(In reply to comment #38)
> Agree with tim, but imho gio still has one (minor) regression - handling the
> authentication. rene should know more.

Also GIO needs to support non-default main contexts for it's async operations
before we can use them. Until then it's only as good as gnomevfs in this regard
(you can cancel sync operations from other threads).

The authentication problem is, that we a) can't do authentication inside the
plugin because it also runs on the default main context and b) we need to tell
the application about the authentication issue, the application then has to
show a dialog, mount the filesystem and then tell the plugin that everything is
good now.


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