the bin does not want to remove the element.
Bin.remove
bool remove(gst.element.Element element)Removes the element from the bin, unparenting it as well. Unparenting the element means that the element will be dereferenced, so if the bin holds the only reference to the element, the element will be freed in the process of removing it from the bin. If you want the element to still exist after removing, you need to call [gst.object.ObjectWrap.ref_] before removing it from the bin.
If the element's pads are linked to other pads, the pads will be unlinked before the element is removed from the bin.
Parameters
element | the #GstElement to remove |
Returns
true if the element could be removed, false if