gstreamer/tests
Andy Wingo cbc6f66cf4 add two apis: gst_element_connect_elements_many (elem1, elem2, ...)
Original commit message from CVS:
* add two apis:
* gst_element_connect_elements_many (elem1, elem2, ...)
- calls gst_element_connect_elements() in order
- should be called gst_element_connect_many, but we need to rename gst_element_connect_elements first
- simplifies common-case code
* gst_bin_add_many (bin, elem1, ...)
- calls gst_bin_add on all of the elems
- again, simplifying common code
2002-02-21 14:44:27 +00:00
..
bufspeed eat your own dogfood 2002-01-05 10:19:32 +00:00
memchunk compile fixen 2002-01-05 01:43:16 +00:00
muxing Make some things work again 2002-01-01 13:57:18 +00:00
old add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
sched miscellaneous fixes, added gst_pad_unset_sched() api. 2002-01-19 06:29:40 +00:00
.gitignore added more exes 2001-08-12 10:09:01 +00:00
lat.c added lat.c, thanks to MattyBoy 2002-01-05 02:04:28 +00:00
Makefile.am - add all the dirs to the DIST_SUBDIRS 2002-01-15 21:25:02 +00:00
README put everything in tests/ 2002-01-05 01:25:28 +00:00

This directory contains various tests designed to test GStreamer's
behavior. When these tests work, they should be recast in the form
of regression tests and moved to ../testsuite.