GNOME Bugzilla – Bug 402497
[0.11] gst_element_link (and probably others) implicitely request pads
Last modified: 2012-06-28 10:03:15 UTC
Hi, as discussed on IRC gst_element_link (and probably other functions) implicitely request pads which is highly likely to lead to memory leaks as the application does not know in the worst case that pads were requested. Those functions should either don't request pads or do whatever magic is required to release the pads when they're not needed anymore. Bye
This is related to bug #402562 , which would (with the current fix) make sure that all request pads are released together with the object. We still might want to fix the implicit requesting of pads though
Do we still want to change this in 0.11 now ?
IMO yes but it's less important now that we implicitely release requests pads when the elements is disposed. Wim?
I think it's ok now.