GNOME Bugzilla – Bug 759300
element: unref message in _post_message when there is no implementation
Last modified: 2015-12-10 14:57:14 UTC
The 'gst_element_post_message' takes the ownership of the passed message, but when there is no implementation of the post_message method, the message is not unref, thus leaking it.
Created attachment 317114 [details] [review] element: unref message in _post_message when there is no implementation
Attachment 317114 [details] pushed as 51a70dd - element: unref message in _post_message when there is no implementation