[Bug 673565] [playbin2] File URI containing % is not played

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Apr 6 00:03:58 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=673565
  GStreamer | gst-python | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |NOTABUG

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2012-04-06 07:03:55 UTC ---
That's probably because Python handles the % character in a special way (it's
used as a placeholder for formatting strings). URIs also are not allowed to
contain %, you have to escape that too.

Use whatever Python provides to escape URIs or generate URIs from filenames.
GLib has g_filename_to_uri() for this for example.

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