GNOME Bugzilla – Bug 156380
Request pads never go away...
Last modified: 2005-08-25 23:59:13 UTC
<Company> iain: request pad shouldn't be referenced by the element and unreffed automatically when unlinking <Company> (don't expect that to work though) <Company> the theory goes like this: a request pad is owned by its peer <Company> so it goes away when unlinking <Company> in practice it goes like this: request pads never vanish <Company> gst_element_add_pad shouldn't ref/sink request pads <Company> but instead use some other way of getting notified when the pad goes away like weak pointers <iain> but it doesn't currently? <Company> no, currently it doesn't <Company> the whole request pad code is a mess <Company> demuxers never get rid of their pads either <Company> so you can't actually reuse them <Company> you should definitely file a bug about it so it won't be forgotten before 0.10
*** This bug has been marked as a duplicate of 123237 ***