Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yours...
authorBenjamin Otte <otte@gnome.org>
Tue, 15 Apr 2003 18:46:09 +0000 (18:46 +0000)
committerBenjamin Otte <otte@gnome.org>
Tue, 15 Apr 2003 18:46:09 +0000 (18:46 +0000)
commit4bf4de13ed8a97b3368337491a8abcd7f988a62a
tree37252462e8f0da02e430d35f3f4abaa505899214
parent6cb527fed3ea02d1af22da75777cecbb152f21fc
Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yourself if you dispose plugins that ...

Original commit message from CVS:
Ouch: gst_element_dispose does a state change to NULL. Change the state to NULL yourself if you dispose plugins that reference some of the freed memory on state changes.

This is probably broken in lots of cases.
gst/gstqueue.c
plugins/elements/gstqueue.c