GNOME Bugzilla – Bug 659237
[gstrtpbin] clock is not unreffed after finish using it
Last modified: 2011-09-19 12:06:27 UTC
A clock is obtained for each buffering change in GST_MESSAGE_BUFFERING handler but not unreffed after finish using it, causing it never get disposed and finalized.
Created attachment 196715 [details] [review] add missing gst_object_unref for clock
Could you recreate this patch using 'git format-patch'? This retains author information and makes it easier to review.
Created attachment 196917 [details] [review] recreated the patch using git format-patch -n1
commit 931020158e7d727d00dc8dd260d1a956f80d2126 Author: Ha Nguyen <hanguytv@gmail.com> Date: Mon Sep 19 12:15:11 2011 +0200 rtpbin: Fix a leaked clock for each buffering message Fixes bug #659237.