GNOME Bugzilla – Bug 571321
gconfvideo{src,sink} don't disconnect gconf notifications
Last modified: 2009-02-22 18:31:31 UTC
See topic. This causes empathy to spit out warnings when one opens gstreamer-properties after making a video call.
Created attachment 128479 [details] [review] [PATCH] Disconnect gconf notifications on dispose ext/gconf/gstgconfvideosink.c | 5 ++++- ext/gconf/gstgconfvideosink.h | 3 +++ ext/gconf/gstgconfvideosrc.c | 5 ++++- ext/gconf/gstgconfvideosrc.h | 3 +++ 4 files changed, 14 insertions(+), 2 deletions(-)
Patch looks good.
Oups, I reviwed this patch thinking it was in Empathy. I'm not considering myself as a GStreamer reviewer, sorry. :)
commit ef33cf891f7a9f97f178169adb87aa3695bf9b2b Author: Sjoerd Simons <sjoerd@luon.net> Date: Sun Feb 22 19:30:32 2009 +0100 gconfvideo(src|sink): Disconnect GConf notifications Fixes bug #571321.