gstreamer/tests
wrobell 08eaa11259 - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui...
Original commit message from CVS:
- added playondemand plugin by Leif Morgan Johnson <lmjohns3@eos.ncsu.edu>
- some fixes to int2float
- aplied a patch from wrobell <wrobell@ite.pl> that is a first attempt at
making automake 1.5 happy (gst now requires automake1.5). It's still not
perfect but it builds.
- Made the schedulers plugable. The default scheduler now lives inside a
plugin.
- Added a new mpeg1/2 parser/demuxer.
- Fixed some compiler warnings in the core libs.
- substantial work to GstThread (hopefully less race conditions). simplified
the code in GstThread a bit. A state change can now also happen in the
thread context.
- reworked the state semantics of a bin. it'll now automatically get the
highest state of its children.
- the autoplugger now nests the threads so that a state change failure of
one thread doesn't make its upstream thread lock.
- GstQueue refuses to go to PLAYING if the sinkpad is not connected. This
way the queue will not wedge in the _get lock.
- GstQueue unlocks its mutexes when going to PAUSED.
- make sure that when all elements in a bin/thread go to PAUSED, the bin
is set to PAUSED too.
- make a parent bin wait for its children to PAUSE before ending the
iteration with FALSE (EOS)
- Some changes to GstPlay to deal with EOS.
- aplied the latest patch from Zeenix to gstrtp.

end result: GstPlay doesn't crash on EOS and the pipeline is now shut down
properly.
2001-12-04 22:12:50 +00:00
..
eos - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
muxing - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
nego - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
old - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
sched - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
.gitignore added more exes 2001-08-12 10:09:01 +00:00
autoplug.c changed videosink to xvideosink 2001-09-25 19:01:58 +00:00
autoplug2.c just call exit() once 2001-05-10 20:25:29 +00:00
autoplug3.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
autoplug4.c Autoplug3 shows an example of an autoplugged mp3 player. 2001-04-17 21:03:43 +00:00
caps.c Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
capsconnect.c Fixed a couple of compiler warnings. 2001-06-01 18:24:41 +00:00
case4.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
events.c sync with the current CVS glib API 2001-08-13 19:00:13 +00:00
faketest.c Fixes to various plugins. 2001-08-10 17:40:34 +00:00
incsched.c - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
init.c Added multiple caps to the pads 2000-12-31 16:12:48 +00:00
load.c Fixed a couple of compiler warnings. 2001-06-01 18:24:41 +00:00
loadall.c Fixed a couple of compiler warnings. 2001-06-01 18:24:41 +00:00
Makefile.am - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
markup.c Updated test programs 2001-01-01 04:10:52 +00:00
mp1vid.c - some fixes to int2float making automake 1.5 happy (gst now requires automake1.5). It's still not perfect but it bui... 2001-12-04 22:12:50 +00:00
mp3encode.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +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 API docs updates. 2001-04-22 16:04:19 +00:00
paranoia.c sync with the current CVS glib API 2001-08-13 19:00:13 +00:00
props.c A rather large patch: 2001-04-14 18:56:37 +00:00
queue.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +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
reaping.c Fixed a couple of compiler warnings. 2001-06-01 18:24:41 +00:00
reconnect.c ok, this works now 2001-06-01 22:36:04 +00:00
registry.c Lots of modifications to the plugin system. 2001-08-21 20:16:48 +00:00
rip.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
simplefake.c Updated test programs 2001-01-01 04:10:52 +00:00
states.c sync with the current CVS glib API 2001-08-13 19:00:13 +00:00
tee.c Add gst_element_request_compatible_pad and remove gst_element_request_pad. 2001-01-23 18:42:23 +00:00
threadlock.c Merged from GOBJECT1 to HEAD at 200106241 2001-06-25 01:20:11 +00:00
timecache.c added timecache testing code 2001-08-22 21:00:19 +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.