[gst-devel] Problem with uri on windows

Samuel Vinson samuelv at users.sourceforge.net
Tue Aug 21 19:46:49 CEST 2007


Hi,

I'm using the last version of gstreamer and I compile and use gst-app (cvs).
I launch it like this :
    gst-app filename.mp3

So the build uri is : file:///c:/filename.mp3
In gstplaybasebin the gst_element_make_from_uri function is called with 
uri parameter.
When protocol is get, the returned string is : /c:/filename.mp3.
But on windows /path doesn't exist.

Why if the protocol is file://, doesn't you use : g_filename_from_uri 
(from glib)
Like that the path name will be always true.


Samuel




More information about the gstreamer-devel mailing list