diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-09-23 17:17:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-09-23 17:17:42 +0000 |
commit | 705936d1bfa4fc25c668be1c7926ba05b36fc63f (patch) | |
tree | 8abaa77549d1435cf4a63743d664c77d1fe2ae61 /ChangeLog | |
parent | f74399ea55f911289b177ad1dfa3f99c5a0c2a9b (diff) |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2005-09-23 Tim-Philipp Müller <tim at centricular dot net> + + * 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 + 2005-09-23 Thomas Vander Stichele <thomas at apestaart dot org> * docs/README: |