gstreamer/docs
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
..
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
fwg Another incremental piece of work on the PWG. 2001-03-18 14:41:39 +00:00
gst A rather large patch: 2001-04-14 18:56:37 +00:00
libs Merged the float property patch from Steve Baker. This patch doesn't really work yet... 2001-04-02 19:56:34 +00:00
manual Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken). This de... 2001-03-20 23:12:24 +00:00
plugins Reworked the capsnegotiation function audiosink now uses capsnego to set its parameters mpg123/ac3dec use capsnego in... 2001-03-18 02:42:30 +00:00
random Reworked the capsnegotiation function audiosink now uses capsnego to set its parameters mpg123/ac3dec use capsnego in... 2001-03-18 02:42:30 +00:00
slides initial checkin 2000-01-30 10:44:33 +00:00
.gitignore OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours... 2000-01-31 03:36:35 +00:00
Makefile.am Added --enable-plugin-docs configure option, to enable build of the plugin documentation (currently broken). This de... 2001-03-20 23:12:24 +00:00
manuals.mak Fix build problem when don't have db2html, or a directory to put the manual in: was trying to make a symlink in the n... 2001-01-14 22:25:43 +00:00