From 1da7fc349857fe041d8d34acf21ffa7a706468c4 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Sun, 14 Apr 2002 10:01:54 +0000 Subject: [PATCH] fixed d'oh error Original commit message from CVS: fixed d'oh error --- gst/autoplug/gstautoplugcache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/autoplug/gstautoplugcache.c b/gst/autoplug/gstautoplugcache.c index a660b365b0..47f963a993 100644 --- a/gst/autoplug/gstautoplugcache.c +++ b/gst/autoplug/gstautoplugcache.c @@ -330,6 +330,7 @@ gst_autoplugcache_get_property (GObject *object, guint prop_id, GValue *value, G break; case ARG_CAPS_PROXY: g_value_set_boolean (value, cache->caps_proxy); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break;