diff -r 567bb019e3e3 -r 7e817e7e631c gstreamer_core/libs/gst/net/gstnetclientclock.c --- a/gstreamer_core/libs/gst/net/gstnetclientclock.c Tue Aug 31 15:30:33 2010 +0300 +++ b/gstreamer_core/libs/gst/net/gstnetclientclock.c Wed Sep 01 12:16:41 2010 +0100 @@ -143,12 +143,11 @@ g_object_class_install_property (gobject_class, PROP_ADDRESS, g_param_spec_string ("address", "address", "The address of the machine providing a time server, " - "as a dotted quad (x.x.x.x)", DEFAULT_ADDRESS, - G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + "as a dotted quad (x.x.x.x)", DEFAULT_ADDRESS, G_PARAM_READWRITE)); g_object_class_install_property (gobject_class, PROP_PORT, g_param_spec_int ("port", "port", "The port on which the remote server is listening", 0, G_MAXUINT16, - DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); + DEFAULT_PORT, G_PARAM_READWRITE)); } static void