GNOME Bugzilla – Bug 446766
return code for gst_base_rtp_payload_audio_handle_event()
Last modified: 2007-09-05 23:01:44 UTC
This patch changes return code of gst_base_rtp_payload_audio_handle_event() to FALSE. This modifications forces caller of the function in base class to unref the event (not sure it's the right way to do as the function should have ownership of the event). Event unref avoids memleak for us.
Created attachment 89813 [details] [review] change return code of gst_base_rtp_payload_audio_handle_event()
Patch by: Laurent Glayal <spglegle at yahoo dot fr> * gst-libs/gst/rtp/gstbasertpaudiopayload.c: (gst_base_rtp_payload_audio_handle_event): Return FALSE from the event handler to let the parent class handle the event. Fixes #446766.