summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-01-21 21:33:54 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-01-21 21:33:54 +0000
commit4e2192230b5d413467ff3652be3c96ec10c7e76c (patch)
tree01e41d35c97768f5e71d2f349599762bd7f72517
parent96377ea65a842899901a0552a2ef62b9d1488a07 (diff)
downloadgstreamer-plugins-bad-4e2192230b5d413467ff3652be3c96ec10c7e76c.tar.gz
Make property write only
Original commit message from CVS: Make property write only
-rw-r--r--gst/playondemand/gstplayondemand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/playondemand/gstplayondemand.c b/gst/playondemand/gstplayondemand.c
index 823755397..b108bec20 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