gstreamer/examples
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
..
autoplug Small updates to the .cvsignore files. 2001-03-30 20:10:45 +00:00
helloworld Lots of updates to the plugins for caps negotiation. 2001-04-12 18:11:19 +00:00
helloworld2 Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
launch Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
plugins A rather large patch: 2001-04-14 18:56:37 +00:00
queue Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
queue2 Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
queue3 Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
queue4 Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
thread Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
typefind Small updates to the .cvsignore files. 2001-03-30 20:10:45 +00:00
xml Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
Makefile.am Added directories to Makefiles for DIST 2001-02-24 16:56:19 +00:00