gconfvideosrc: Use correct GConf key
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 4 Jul 2010 07:45:52 +0000 (09:45 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 16 Jul 2010 15:45:39 +0000 (17:45 +0200)
ext/gconf/gstgconfvideosrc.c

index 2074fbc1a6bfbf724d91e0ed0782494a54c90330..2d9d5dfc42de4d704375ef7c6d9fef6d266224b2 100644 (file)
@@ -133,7 +133,7 @@ do_toggle_element (GstGConfVideoSrc * src)
   GstElement *new_kid;
   gchar *new_gconf_str;
 
-  new_gconf_str = gst_gconf_get_string (GST_GCONF_AUDIOSRC_KEY);
+  new_gconf_str = gst_gconf_get_string (GST_GCONF_VIDEOSRC_KEY);
   if (new_gconf_str != NULL && src->gconf_str != NULL &&
       (strlen (new_gconf_str) == 0 ||
           strcmp (src->gconf_str, new_gconf_str) == 0)) {