check/gst/gstbin.c: Added test to check state change order in bins (can still be...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 23 Sep 2005 17:17:42 +0000 (17:17 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 23 Sep 2005 17:17:42 +0000 (17:17 +0000)
commit705936d1bfa4fc25c668be1c7926ba05b36fc63f
tree8abaa77549d1435cf4a63743d664c77d1fe2ae61
parentf74399ea55f911289b177ad1dfa3f99c5a0c2a9b
check/gst/gstbin.c: Added test to check state change order in bins (can still be made to fail here under heavy disk l...

Original commit message from CVS:
* check/gst/gstbin.c: (test_children_state_change_order_flagged_sink),
(test_children_state_change_order_semi_sink), (gst_bin_suite):
Added test to check state change order in bins (can still be made
to fail here under heavy disk load; bails out with 'Push on pad
fakesink:sink0, but it was not activated in push mode').
* gst/gstbin.c: (gst_bin_class_init), (gst_bin_change_state):
Fix state change order when there is only a semi sink (#316856)
* gst/gstbus.c: (gst_bus_class_init):
Use _class_peek_parent(), not _class_ref(); fix docs to say
'default main context' instead of 'mainloop' where that is
what's meant.
* gst/gstelement.c: (gst_element_commit_state),
(gst_element_set_state):
Fix typos in debug messages
ChangeLog
check/gst/gstbin.c
gst/gstbin.c
gst/gstbus.c
gst/gstelement.c
tests/check/gst/gstbin.c