gstreamer/docs
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
..
code-reviews Re-arranged the build a bit to try to make it more sane. Added some debug. 2001-01-01 08:37:41 +00:00
design current set of design docs, in .txt format 2001-01-20 20:08:59 +00:00
faq fix uploads of docs 2003-10-09 11:29:59 +00:00
gst implement URI schemes 2003-11-24 03:21:54 +00:00
libs merge in tagging 2003-11-24 02:09:23 +00:00
manual been long enough without an update 2003-11-23 12:50:27 +00:00
plugins oops.. 2002-01-10 04:14:12 +00:00
pwg fix uploads of docs 2003-10-09 11:29:59 +00:00
random Add doc on how typefind works and some other random thoughts 2003-10-02 19:12:54 +00:00
slides initial checkin 2000-01-30 10:44:33 +00:00
xsl patch from jrb 2002-12-18 09:19:44 +00:00
.gitignore merge in tagging 2003-11-24 02:09:23 +00:00
95NonPath added updated tex limits for dbian systems 2002-07-11 19:43:32 +00:00
building-the-docs-on-debian doc fixen 2002-07-11 19:40:06 +00:00
HACKING some hacking notes 2003-10-08 14:56:26 +00:00
htmlinstall.mak don't try to install html docs when there are none 2003-11-16 20:14:29 +00:00
image-eps fix docs build for good 2003-10-08 14:34:09 +00:00
image-pdf fix docs build for good 2003-10-08 14:34:09 +00:00
image-png fix docs build for good 2003-10-08 14:34:09 +00:00
Makefile.am merge in tagging 2003-11-24 02:09:23 +00:00
manuals.mak 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
README readme 2003-09-11 10:47:32 +00:00
version.entities.in this was wrong 2003-10-20 19:40:48 +00:00

GTK-DOC stuff
-------------

* starting files in CVS:
  - Makefile.am
  - gstreamer-sections.txt, gstreamer.types.in, gstreamer-docs.sgml
  - tmpl/

* what is done in the gst dir ?

- headers are scanned based on $(MODULE).types
  $(MODULE)-scan is created
  gtkdoc-scan is called with a sourcedir and a module name,
  where the module name is  $(MODULE)
  $(MODULE)-sections.txt is created if it doesn't exist yet (it should),
  as well as $(MODULE)-decl.txt and $(MODULE)-decl-list.txt
    
  and .args, .hierarchy and .signals files are created
  gtkdoc-scan is called 


* TODO:
  why is there gstreamer.types.in and gst-plugins.types.in ?