gstreamer/tests
Tim-Philipp Müller 4ed6212a26 check/gst/gstbin.c: Fix test case: we can't rely on a fixed state change order when going from READY => PAUSED becaus...
Original commit message from CVS:
* check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
(test_children_state_change_order_semi_sink):
Fix test case: we can't rely on a fixed state change order when
going from READY => PAUSED because the sink might commit its
new state first when the first buffer created by the source
reaches the sink before the source has finished its change state.
(Test case still fails at times, see #316856, comment 5 onwards)
2005-09-24 14:35:07 +00:00
..
benchmarks gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
check check/gst/gstbin.c: Fix test case: we can't rely on a fixed state change order when going from READY => PAUSED becaus... 2005-09-24 14:35:07 +00:00
instantiate ignore more 2005-07-07 13:12:43 +00:00
memchunk add support for google malloc if available 2005-04-01 10:14:45 +00:00
misc tests/network-clock.scm: Commentary update. 2005-07-01 16:46:59 +00:00
muxing docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
negotiation reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
old put back source in registry. add checks for find_plugin. 2005-09-23 11:41:30 +00:00
probes *.c: Don't cast to GST_OBJECT when reffing or unreffing. Large source-munging commit!!! 2005-06-28 09:59:01 +00:00
sched docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
seeking docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
threadstate docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
.gitignore tests/mass_elements.gnuplot: gnuplot file for the mass_elements benchmark. Run as gnuplot mass_elements.gnuplot > foo... 2005-02-24 12:31:12 +00:00
bench-complexity.scm tests/: New files, good for running complexity benchmarks. 2005-02-24 17:12:19 +00:00
bench-mass_elements.scm tests/mass_elements.gnuplot: gnuplot file for the mass_elements benchmark. Run as gnuplot mass_elements.gnuplot > foo... 2005-02-24 12:31:12 +00:00
complexity.c gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
complexity.gnuplot tests/: New files, good for running complexity benchmarks. 2005-02-24 17:12:19 +00:00
lat.c docs/design/part-events.txt: Small update. 2005-07-22 11:47:10 +00:00
Makefile.am remove bufspeed and spidey_bench 2005-06-19 10:31:42 +00:00
mass_elements.c gst/gstelement.h (GstState): Renamed from GstElementState, changed to be a normal enum instead of flags. 2005-09-02 15:42:00 +00:00
network-clock-utils.scm tests/network-clock-utils.scm (debug, print-event): New utils. 2005-06-28 16:57:27 +00:00
network-clock.scm tests/network-clock.scm: Commentary update. 2005-07-01 16:46:59 +00:00
plot-data tests/network-clock-utils.scm (debug, print-event): New utils. 2005-06-28 16:57:27 +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.