From 4e2192230b5d413467ff3652be3c96ec10c7e76c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Jan 2003 21:33:54 +0000 Subject: Make property write only Original commit message from CVS: Make property write only --- gst/playondemand/gstplayondemand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/playondemand') diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c index 82375539..b108bec2 100644 --- a/gst/playondemand/gstplayondemand.c +++ b/gst/playondemand/gstplayondemand.c @@ -237,7 +237,7 @@ play_on_demand_class_init (GstPlayOnDemandClass *klass) g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_TICK_LIST, g_param_spec_pointer("tick-list", "List of ticks to play", "A list of ticks (musical times) at which to play the sample", - G_PARAM_READWRITE)); + G_PARAM_WRITABLE)); } static void -- cgit v1.2.1