summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstaging.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/gstaging.c
parent08616b7531b685ab582a212ed84f0967e27a7d00 (diff)
ported mad and effectv plugins
Original commit message from CVS: ported mad and effectv plugins
Diffstat (limited to 'gst/effectv/gstaging.c')
-rw-r--r--gst/effectv/gstaging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index e5ebed55..886517cc 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -172,15 +172,15 @@ gst_agingtv_class_init (gpointer g_class, gpointer class_data)
gobject_class = G_OBJECT_CLASS (g_class);
videofilter_class = GST_VIDEOFILTER_CLASS (g_class);
+ gobject_class->set_property = gst_agingtv_set_property;
+ gobject_class->get_property = gst_agingtv_get_property;
+
#if 0
g_object_class_install_property (gobject_class, ARG_METHOD,
g_param_spec_enum ("method", "method", "method",
GST_TYPE_AGINGTV_METHOD, GST_AGINGTV_METHOD_1, G_PARAM_READWRITE));
#endif
- gobject_class->set_property = gst_agingtv_set_property;
- gobject_class->get_property = gst_agingtv_get_property;
-
videofilter_class->setup = gst_agingtv_setup;
}