summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstdice.c
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2005-05-06 11:04:30 +0000
committerChristian Schaller <uraeus@gnome.org>2005-05-06 11:04:30 +0000
commit0751f737336db408d0de424c2032b421d558dbbd (patch)
tree8c2bc5772f29b7a285e1a35eec0420c188d6668f /gst/effectv/gstdice.c
parent08616b7531b685ab582a212ed84f0967e27a7d00 (diff)
ported mad and effectv plugins
Original commit message from CVS: ported mad and effectv plugins
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r--gst/effectv/gstdice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index 3a376eb4..75c33772 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -173,13 +173,13 @@ gst_dicetv_class_init (gpointer g_class, gpointer class_data)
dicetv_class->reset = gst_dicetv_reset_handler;
+ gobject_class->set_property = gst_dicetv_set_property;
+ gobject_class->get_property = gst_dicetv_get_property;
+
g_object_class_install_property (gobject_class, ARG_CUBE_BITS,
g_param_spec_int ("square_bits", "Square Bits", "The size of the Squares",
MIN_CUBE_BITS, MAX_CUBE_BITS, DEFAULT_CUBE_BITS, G_PARAM_READWRITE));
- gobject_class->set_property = gst_dicetv_set_property;
- gobject_class->get_property = gst_dicetv_get_property;
-
videofilter_class->setup = gst_dicetv_setup;
}