summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfvideosink.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/gstgconfvideosink.h
parenta7c2b1354310b3c0fa81dc1d164fffca9c573c67 (diff)
gconfvideo(src|sink): Disconnect GConf notifications
Fixes bug #571321.
Diffstat (limited to 'ext/gconf/gstgconfvideosink.h')
-rw-r--r--ext/gconf/gstgconfvideosink.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gconf/gstgconfvideosink.h b/ext/gconf/gstgconfvideosink.h
index 8f69c81a..2461e652 100644
--- a/ext/gconf/gstgconfvideosink.h
+++ b/ext/gconf/gstgconfvideosink.h
@@ -46,6 +46,9 @@ typedef struct _GstGConfVideoSink {
GstElement *kid;
GstPad *pad;
+ /* gconf notify id */
+ guint notify_id;
+
/* Current gconf string */
gchar *gconf_str;
} GstGConfVideoSink;