From 40a2cdb154c3dc1eb411351aca759d0b343f5334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 4 Jul 2010 09:45:52 +0200 Subject: [PATCH] gconfvideosrc: Use correct GConf key --- ext/gconf/gstgconfvideosrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gconf/gstgconfvideosrc.c b/ext/gconf/gstgconfvideosrc.c index 2074fbc1a6..2d9d5dfc42 100644 --- a/ext/gconf/gstgconfvideosrc.c +++ b/ext/gconf/gstgconfvideosrc.c @@ -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)) {