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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 5 05:19:53 PDT 2012


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

           Summary: [playbin2] File URI containing % is not played
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-python
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: hjuvi-gnome at yahoo.fr
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It is not possible to play a file containing % character...

self.player = gst.element_factory_make('playbin2', 'player')
fakesink = gst.element_factory_make('fakesink', 'fakesink')
self.player.set_property('video-sink', fakesink)
self.player.set_property('uri', 'file:///home/xxx/100%.flac')
self.player.set_state(gst.STATE_PLAYING)

Player does not start.

I've filed the bug under "gst-python" category, although I'm not quite sure it
is related to python bindings... but:
- in my own code, written in python, I can't play this file.
- decibel-audio-player, written in python, can't play this file.
- banshee, written in C#, can play this file.

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