gstreamer/tests
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
..
eos Added another test case, a bin in a thread, to test EOS. still hangs because gtk_main hangs in a __poll somewhere. 2001-01-21 16:08:37 +00:00
nego Merged the CAPSNEGO1 branch.. 2001-03-12 21:02:12 +00:00
old A rather large patch: 2001-04-14 18:56:37 +00:00
sched This is a megapatch with the following changes: 2001-01-29 00:06:02 +00:00
.gitignore Merged the CAPSNEGO1 branch.. 2001-03-12 21:02:12 +00:00
autoplug.c A rather large patch: 2001-04-14 18:56:37 +00:00
autoplug2.c A rather large patch: 2001-04-14 18:56:37 +00:00
autoplug3.c A rather large patch: 2001-04-14 18:56:37 +00:00
caps.c A rather large patch: 2001-04-14 18:56:37 +00:00
capsconnect.c Merged the CAPSNEGO1 branch.. 2001-03-12 21:02:12 +00:00
case4.c Updated test programs 2001-01-01 04:10:52 +00:00
init.c Added multiple caps to the pads 2000-12-31 16:12:48 +00:00
load.c New test programs. 2000-12-31 22:14:06 +00:00
loadall.c Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
Makefile.am Merged the CAPSNEGO1 branch.. 2001-03-12 21:02:12 +00:00
markup.c Updated test programs 2001-01-01 04:10:52 +00:00
mp3encode.c WARNING: Don't grab this updated unless you're really, REALLY sure. 2000-12-16 10:18:09 +00:00
pad-active.c WARNING: Don't grab this updated unless you're really, REALLY sure. 2000-12-16 10:18:09 +00:00
padfactory.c Some more fixes for libxml. 2001-01-18 15:29:46 +00:00
paranoia.c Modified a lot of plugins to use the caps system. 2001-03-24 17:22:03 +00:00
props.c A rather large patch: 2001-04-14 18:56:37 +00:00
queue.c updated tests code to new ghostpad API 2001-01-20 03:36:20 +00:00
README Megapatch, changes which states are available, how they're used, and how they're set. Also modifies the scheduling s... 2000-07-17 17:14:15 +00:00
registry.c Some more fixes for libxml. 2001-01-18 15:29:46 +00:00
rip.c Updated test programs 2001-01-01 04:10:52 +00:00
simplefake.c Updated test programs 2001-01-01 04:10:52 +00:00
states.c updated tests code to new ghostpad API 2001-01-20 03:36:20 +00:00
tee.c Add gst_element_request_compatible_pad and remove gst_element_request_pad. 2001-01-23 18:42:23 +00:00

This directory contains various tests designed to verify GStreamer
behavior.  If any of them exit with a non-zero value, something's wrong.