gst/gstbin.c: Make state change function use 3 queues again, we were adding elements...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 26 Sep 2005 17:46:27 +0000 (17:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 26 Sep 2005 17:46:27 +0000 (17:46 +0000)
commite32e0a17ed884d65e8e88786b985127729d79839
treee220ebadb78aff4b1773d177f70f2a66ca7a4683
parentcf26a6cbcc6725891693deacc6ae97184b0b6a63
gst/gstbin.c: Make state change function use 3 queues again, we were adding elements in the wrong order.

Original commit message from CVS:
* gst/gstbin.c: (gst_bin_change_state):
Make state change function use 3 queues again, we were
adding elements in the wrong order.

* gst/gstghostpad.c: (gst_ghost_pad_do_unlink):
Some debug info,

* gst/gstpad.c: (gst_pad_dispose):
Added some debug info first.
ChangeLog
gst/gstbin.c
gst/gstghostpad.c
gst/gstpad.c