gstreamer/gst/registries
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
..
gstxmlregistry.c implement URI schemes 2003-11-24 03:21:54 +00:00
gstxmlregistry.h a bunch of gtk-doc fixes 2003-05-18 15:03:34 +00:00
Makefile.am Totally rewritten registry handling. 2002-05-08 20:40:48 +00:00
registrytest.c Compile fix. 2002-05-09 17:45:49 +00:00