gstreamer/tests
Wim Taymans a35882df1f More segment updates, replace code in plugins with segment helper functions.
Original commit message from CVS:
* check/gst/gstsegment.c: (GST_START_TEST):
* docs/design/part-TODO.txt:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_event), (gst_base_sink_do_sync),
(gst_base_sink_activate_pull), (gst_base_sink_get_position),
(gst_base_sink_query), (gst_base_sink_change_state):
* gst/base/gstbasesink.h:
* gst/base/gstbasesrc.c: (gst_base_src_init), (gst_base_src_query),
(gst_base_src_default_newsegment),
(gst_base_src_configure_segment), (gst_base_src_do_seek),
(gst_base_src_get_range), (gst_base_src_loop),
(gst_base_src_change_state):
* gst/base/gstbasesrc.h:
* gst/base/gstbasetransform.c:
(gst_base_transform_prepare_output_buf),
(gst_base_transform_event), (gst_base_transform_change_state):
* gst/base/gstbasetransform.h:
* gst/base/gstcollectpads.c: (gst_collect_pads_add_pad),
(gst_collect_pads_event):
* gst/base/gstcollectpads.h:
* gst/elements/gstfakesrc.c: (gst_fake_src_init),
(gst_fake_src_create):
* gst/elements/gstfakesrc.h:
* gst/elements/gstidentity.c: (gst_identity_transform_ip):
* gst/gstsegment.c: (gst_segment_init), (gst_segment_set_duration),
(gst_segment_set_last_stop), (gst_segment_set_seek),
(gst_segment_set_newsegment), (gst_segment_to_stream_time),
(gst_segment_to_running_time), (gst_segment_clip):
* gst/gstsegment.h:
More segment updates, replace code in plugins with segment
helper functions.
2005-11-21 17:09:45 +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 More segment updates, replace code in plugins with segment helper functions. 2005-11-21 17:09:45 +00:00
instantiate gst/gstbin.c: use gst_object_has_ancestor(). 2005-09-27 09:57:20 +00:00
misc check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +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 check/gst/gstvalue.c: Add a deserialisation test for fractions 2005-11-20 17:12:49 +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 tests/sched/: 2005-10-10 16:43:32 +00:00
seeking gst/gstbin.c: use gst_object_has_ancestor(). 2005-09-27 09:57:20 +00:00
threadstate gst/gstbin.c: use gst_object_has_ancestor(). 2005-09-27 09:57:20 +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 gst/gstbin.c: use gst_object_has_ancestor(). 2005-09-27 09:57:20 +00:00
Makefile.am tests/Makefile.am (noinst_PROGRAMS): No more init.c. 2005-10-10 16:20:41 +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 check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +00:00
network-clock.scm check/: Add a most minimal test for the net client clock. More to come later. 2005-11-17 17:55:17 +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.