summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfvideosrc.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2009-02-22 19:30:32 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-22 19:30:32 +0100
commitef33cf891f7a9f97f178169adb87aa3695bf9b2b (patch)
treebf7246e0577a48969e97ca239e93f0dba26b8e7b /ext/gconf/gstgconfvideosrc.h
parenta7c2b1354310b3c0fa81dc1d164fffca9c573c67 (diff)
gconfvideo(src|sink): Disconnect GConf notifications
Fixes bug #571321.
Diffstat (limited to 'ext/gconf/gstgconfvideosrc.h')
-rw-r--r--ext/gconf/gstgconfvideosrc.h3
1 files changed, 3 insertions, 0 deletions
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;