mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
25f85868d4
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 |
||
---|---|---|
.. | ||
code-reviews | ||
design | ||
faq | ||
gst | ||
libs | ||
manual | ||
plugins | ||
pwg | ||
random | ||
slides | ||
xsl | ||
.gitignore | ||
95NonPath | ||
building-the-docs-on-debian | ||
HACKING | ||
htmlinstall.mak | ||
image-eps | ||
image-pdf | ||
image-png | ||
Makefile.am | ||
manuals.mak | ||
README | ||
version.entities.in |
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 ?