gstreamer/docs/gst
Benjamin Otte 25f85868d4 implement URI schemes
Original commit message from CVS:
implement URI schemes
Elements can now register as a source or sink for a protocol and applications can use gst_element_make_from_uri () to get an element that handles a given URI.
This patch provides:
- removal of old broken URI handling scheme.
- new URI handling using interfaces.
- updates for registry to save handled URIs.
- interface for URI handlers.
- implementation of that in filesrc and filesink for the file:// URI
- extension to pipeline parsing to allow specifying only a URI instead of element

Does not include:
- tests
- inclusion in docs build
2003-11-24 03:21:54 +00:00
..
tmpl implement URI schemes 2003-11-24 03:21:54 +00:00
.gitignore merge in tagging 2003-11-24 02:09:23 +00:00
gstreamer-docs.sgml merge TYPEFIND branch. Major changes: 2003-10-28 20:25:30 +00:00
gstreamer-sections.txt merge TYPEFIND branch. Major changes: 2003-10-28 20:25:30 +00:00
gstreamer.types merge TYPEFIND branch. Major changes: 2003-10-28 20:25:30 +00:00
Makefile.am get make distcheck working by adding uninstall support to gtk-doc stuff and changing a clean to a clean-local 2003-11-23 04:40:22 +00:00