From ef33cf891f7a9f97f178169adb87aa3695bf9b2b Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sun, 22 Feb 2009 19:30:32 +0100 Subject: gconfvideo(src|sink): Disconnect GConf notifications Fixes bug #571321. --- ext/gconf/gstgconfvideosrc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/gconf/gstgconfvideosrc.h') diff --git a/ext/gconf/gstgconfvideosrc.h b/ext/gconf/gstgconfvideosrc.h index 6f64e6d1..4a2c8cdd 100644 --- a/ext/gconf/gstgconfvideosrc.h +++ b/ext/gconf/gstgconfvideosrc.h @@ -40,6 +40,9 @@ typedef struct _GstGConfVideoSrc { GstElement *kid; GstPad *pad; + /* gconf key notification id */ + guint notify_id; + /* Current gconf string */ gchar *gconf_str; } GstGConfVideoSrc; -- cgit