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 581620 - Gstreamer plays not files with a "#" in pathnames
Gstreamer plays not files with a "#" in pathnames
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.22
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-06 17:28 UTC by stephan.raue
Modified: 2009-05-07 14:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description stephan.raue 2009-05-06 17:28:57 UTC
Please describe the problem:
Gstreamer plays not files with a "#" in pathnames

see http://sourceforge.net/mailarchive/message.php?msg_name=49E66FD7.7000200%40openelec.tv

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
yes

Other information:
Comment 1 Sebastian Dröge (slomo) 2009-05-07 13:56:57 UTC
Right, I can confirm this here. filesrc thinks it's an invalid URI if there's a # in there.
Comment 2 Sebastian Dröge (slomo) 2009-05-07 13:59:07 UTC
Actually this seems to be a bug in glib: g_filename_from_uri() fails on URIs that contain a "#"
Comment 3 Sebastian Dröge (slomo) 2009-05-07 14:05:21 UTC
Right, file:///bla/bla/bl#/bla.mp3 is not a valid URI. The # needs to be escaped with %23 which should be done by applications before passing URIs to GStreamer. If it's passed as location to filesrc for example the # is handled correctly.

Closing this bug as NOTABUG