gst/gstbin.c: Move ASYNC_START message posting to where it belongs, similar to async_...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 14 Aug 2007 14:10:36 +0000 (14:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 14 Aug 2007 14:10:36 +0000 (14:10 +0000)
commitef5d931f672b7effda06b8dce08d77f06f4770e3
tree38cf71a2d0b7c138c64183045d627f6e450bab02
parente3b911f7a967a00a57a62e5a117b290352a91e68
gst/gstbin.c: Move ASYNC_START message posting to where it belongs, similar to async_done.

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_add_func), (gst_bin_element_set_state),
(bin_handle_async_start), (gst_bin_handle_message_func):
Move ASYNC_START message posting to where it belongs, similar to
async_done.
Don't post ASYNC_START when we are in error.
Post ASYNC_START when we added an async element to a bin.
ChangeLog
gst/gstbin.c