]> git.saurik.com Git - wxWidgets.git/commit
Use wxFileSystem::FileNameToURL() in wxGStreamerMediaBackend.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 00:16:14 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jul 2012 00:16:14 +0000 (00:16 +0000)
commit7ae14eb15fc20e2bd6a166121647215d17e0f8af
tree9c95448d2e4d425bf9bc46e24b180bec26761992
parentfcbf733155bea32a04f015e425786db276d3f3ac
Use wxFileSystem::FileNameToURL() in wxGStreamerMediaBackend.

Converting files to URIs is not as simple as just prepending "file://" to
them, notably we need to escape characters that are special in URIs such as
"#" and "%", so use FileNameToURL() which already does do it correctly.

Closes #13663.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/mediactrl.cpp