GNOME Bugzilla – Bug 588079
Try to mount an unmounted GIO location
Last modified: 2009-07-16 15:03:00 UTC
Hi, the attached patch tries to mount a GIO location if it's not mounted already. This requires giosrc from gst-plugins-base GIT, also there currently is a workaround for bug #588078 in playbin2.
Created attachment 138038 [details] [review] totem-try-mount.diff
Ok, bug #588078 is fixed now for 0.10.24 and the first pre-release will be on next Monday. If you want I could remove all backward compatibility hacks in totem and require 0.10.24 when committing this patch ;) 0.10.24 is needed for the "not-mounted" to be emitted from giosrc anyway
If you could make it require the pre-releases instead, so we can still build the stuff. But sounds good to me.
Ok, thanks. commit 15a9e458ebd2d0a4b86898266651fcbb4744795a Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Thu Jul 16 17:02:00 2009 +0200 Try to mount GIO locations that are not mounted yet This requires the giosrc element from gst-plugins-base 0.10.23.2. (Closes: #588079).