Comment 7 for bug 374305

Revision history for this message
Fernando Casanova (fcasanova) wrote :

The problem comes from the fact we DON'T quote the paths we send to gstreamer.
We had 2 solutions to fix this:
 - either we quote the paths in the MediaUri and unquote them each time we need to perform a os.path.something
 - or we only quote before sending to gstreamer (player and metadata retrievers).
We decided to go for the second option.