summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstgamma.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-02 13:15:59 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-02 13:44:41 +0300
commitda05a85455a259c05c28f1b8b29e2b230f38c676 (patch)
tree5a06a5f5ee0ac16e08c50b078f51f309b805b231 /gst/videofilter/gstgamma.c
parent948d5168ce18dfd071377fc34449580b99dced9b (diff)
videofilter: add G_OBJECT_WARN_INVALID_PROPERTY_ID to property setter
Diffstat (limited to 'gst/videofilter/gstgamma.c')
-rw-r--r--gst/videofilter/gstgamma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index e94de183..12ceb13c 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -168,6 +168,7 @@ gst_gamma_set_property (GObject * object, guint prop_id, const GValue * value,
gst_gamma_calculate_tables (gamma);
break;
default:
+ G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;
}
}