[gstreamer-bugs] [Bug 608901] [gnomevfssrc] Problem using gnomevfssrc with ssh uri

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 4 08:37:44 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=608901
  GStreamer | gst-plugins-base | 0.10.25

--- Comment #5 from tiagokatcipis at gmail.com 2010-02-04 16:37:43 UTC ---
Created an attachment (id=153023)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=153023)
source code of the fixed gnomevfssrc

This is the modified gnomevfssrc.c that works fine, since the problem ONLY
happens when you get info about the same ssh uri concurrently we used a
read/write
lock(http://library.gnome.org/devel/glib/stable/glib-Threads.html#GStaticRWLock),
all operation can be made on parallel, except when someone is getting info
about the uri, this way is good enough for us, we would like to fix it directly
on gnomevfs, but at least now it works :-).

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