GNOME Bugzilla – Bug 548598
URI -> GFile -> URI loses arguments
Last modified: 2008-08-27 13:40:05 UTC
from bug 545864 const char *mrl = "mmsh://av.rtl.nl/web/components/actueel/editienl/2008/week33/vr18.Editie_NL_15-08-2008.MiMedia_WM_1500K_V9.wmv?MSWMExt=.asf" GFile *file; char *uri; file = g_file_new_for_command_line (mrl); uri = g_file_get_uri (file); uri ends up being mmsh://av.rtl.nl/web/components/actueel/editienl/2008/week33/vr18.Editie_NL_15-08-2008.MiMedia_WM_1500K_V9.wmv (notice the missing "?MSWMExt=.asf" which breaks streaming). I would have expected gvfs to return NULL, rather than a truncated URI.
*** This bug has been marked as a duplicate of 549553 ***