summaryrefslogtreecommitdiffstats
path: root/ext/gconf/gstgconfvideosrc.h
diff options
context:
space:
mode:
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 fa44e4b0..8525e800 100644
--- a/ext/gconf/gstgconfvideosrc.h
+++ b/ext/gconf/gstgconfvideosrc.h
@@ -39,6 +39,9 @@ typedef struct _GstGConfVideoSrc {
GConfClient *client;
GstElement *kid;
GstPad *pad;
+
+ /* Current gconf string */
+ gchar *gconf_str;
} GstGConfVideoSrc;
typedef struct _GstGConfVideoSrcClass {