GNOME Bugzilla – Bug 677818
[0.11] gst_element_dispose crashes for multiqueue
Last modified: 2012-06-11 08:45:07 UTC
Created attachment 216064 [details] [review] Patch Multiqueue removes 2 pads in oclass->release_pad and then gst_element_dispose tries to free the second pad.
commit a362b844f858adad79d8818db118fe1d5ca0c675 Author: Matej Knopp <matej.knopp@gmail.com> Date: Sun Jun 10 12:41:12 2012 -0400 gstelement: Start over if subclass removed the next pad too Fixes https://bugzilla.gnome.org/show_bug.cgi?id=677818