gstreamer/tests/check
Wim Taymans 1cef8c5b5a check/: Small state change torture test.
Original commit message from CVS:
* check/Makefile.am:
* check/pipelines/stress.c: (GST_START_TEST),
(simple_launch_lines_suite), (main):
Small state change torture test.

* docs/design/part-states.txt:
* gst/base/gstbasesink.c: (gst_base_sink_commit_state),
(gst_base_sink_handle_object), (gst_base_sink_event), (do_playing),
(gst_base_sink_change_state):
Never take state lock from streaming thread, clean up ugly
hacks. Unfortunatly core does not yet support nice ways to
async commit state.

* gst/gstbin.c: (gst_bin_remove_func), (gst_bin_recalc_state),
(bin_bus_handler):
Start state recalc if a STATE_DIRTY message is posted, but only
on the toplevel bin.

* gst/gstelement.c: (gst_element_sync_state_with_parent),
(gst_element_get_state_func), (gst_element_abort_state),
(gst_element_commit_state), (gst_element_lost_state),
(gst_element_set_state_func), (gst_element_change_state):
* gst/gstelement.h:
State variables are now protected with the LOCK, the state
lock is only used to serialize _set_state().
2005-10-18 17:06:29 +00:00
..
elements check/elements/fakesrc.c (test_no_preroll): New check, checks that setting a live fakesrc to PAUSED returns NO_PREROL... 2005-10-07 15:22:38 +00:00
generic Use GstClockTime in _get_state() instead of GTimeVal. 2005-10-12 12:18:48 +00:00
gst Seriously, this is better than a previous commit as we only need to notify the fact that an element changed state in ... 2005-10-18 16:25:38 +00:00
libs merge controller testsuites fix broken tests remove mem-chunk from docs 2005-10-17 17:05:38 +00:00
pipelines check/: Small state change torture test. 2005-10-18 17:06:29 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am check/: Small state change torture test. 2005-10-18 17:06:29 +00:00