After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 588079 - Try to mount an unmounted GIO location
Try to mount an unmounted GIO location
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
2.27.x
Other Linux
: Normal enhancement
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2009-07-08 14:47 UTC by Sebastian Dröge (slomo)
Modified: 2009-07-16 15:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
totem-try-mount.diff (4.92 KB, patch)
2009-07-08 14:51 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-07-08 14:47:35 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.
Comment 1 Sebastian Dröge (slomo) 2009-07-08 14:51:31 UTC
Created attachment 138038 [details] [review]
totem-try-mount.diff
Comment 2 Sebastian Dröge (slomo) 2009-07-10 15:14:54 UTC
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
Comment 3 Bastien Nocera 2009-07-16 14:00:14 UTC
If you could make it require the pre-releases instead, so we can still build the stuff. But sounds good to me.
Comment 4 Sebastian Dröge (slomo) 2009-07-16 15:03:00 UTC
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).