gstbin.c: modified so create_plan occurs after the state change of all the child...
authorErik Walthinsen <omega@temple-baptist.org>
Thu, 23 Nov 2000 08:13:43 +0000 (08:13 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Thu, 23 Nov 2000 08:13:43 +0000 (08:13 +0000)
commit4638451539b1ff7e011c92c3bb5bc0107883fdac
tree5ff3298503ad9b7202be4e42288927c0748b2edc
parent587051a384ec7ef46b013816a48a54182fe8f772
gstbin.c: modified so create_plan occurs after the state change of all the child elements.

Original commit message from CVS:
gstbin.c: modified so create_plan occurs after the state change of all the
child elements.
gstelement.c: set_state now loops such that each element only deals with
one state change at a time, i.e. NULL->READY,READY->PLAYING,
instead of a single NULL->PLAYING.
gst/gstbin.c
gst/gstelement.c