gstreamer/docs/gst
Wim Taymans b38d9a945b A rather large patch:
Original commit message from CVS:
A rather large patch:
- changed the API for the padtemplates:
- remove the factories (array of pointers) for the padtemplates,
properties and caps. The static array was a nice idea but converting
all the property values to a gpointer was not a good idea.
float properties were not possible, and casting a gint to a pointer
is not very portable. The new API just uses the _padtemplate_new,
_caps_new and _props_new functions to create the templates.
This has the added benefit that the API is now uniform for static
and dynamic templates and that the code can be made cleaner.
- lots of cleanups in the way the capabilities are constructed (va_list)
- lots of updates for all the plugins (new API)
- docs updates (new API)
- removed the videoraw docs.
2001-04-14 18:56:37 +00:00
..
tmpl A rather large patch: 2001-04-14 18:56:37 +00:00
.gitignore updated to exclude various docs formats (.ps, .dvi,...) 2001-01-21 16:10:10 +00:00
gstreamer-docs.sgml Fixed the doc build warnings 2001-04-10 19:46:23 +00:00
gstreamer-sections.txt A rather large patch: 2001-04-14 18:56:37 +00:00
gstreamer.hierarchy Removed the audiosink/src from the docs. 2001-03-27 16:25:00 +00:00
gstreamer.types.in Remove references to audiosink, audiosrc, and audioraw. Documentation at least _starts_ to get built, now. 2001-03-29 17:27:59 +00:00
Makefile.am Lots of updates to the plugins for caps negotiation. 2001-04-12 18:11:19 +00:00