gstreamer/docs/gst
Tim-Philipp Müller 27027a2dd2 uri: add gst_filename_to_uri() that takes relative filenames
Add function that (unlike the GLib equivalent) also accepts paths that
aren't absolute and will clean up relative markers such as ./ and ../
before forming a URI.

Fixes warnings with e.g. filesrc location=foo ! typefind caused by the
recent switch to g_filename_to_uri(), but also actually creates valid
URIs for the first time.

Windows code paths could need some more work, e.g. we don't clean up
the relative markers there for now (because path could have \ and /
as separators).

API: gst_filename_to_uri()
2011-02-24 15:36:52 +00:00
..
.gitignore
building.xml
gst-universe.dot
gstreamer-docs.sgml
gstreamer-overrides.txt
gstreamer-sections.txt uri: add gst_filename_to_uri() that takes relative filenames 2011-02-24 15:36:52 +00:00
gstreamer.types.in
Makefile.am
running.xml docs: tell that ORC_CODE can contain a list of flags 2011-02-23 12:35:58 +02:00