diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gstreamer_core/libs/gst/net/gstnetclientclock.c --- a/gstreamer_core/libs/gst/net/gstnetclientclock.c Wed Mar 31 22:03:18 2010 +0300 +++ b/gstreamer_core/libs/gst/net/gstnetclientclock.c Tue Aug 31 15:30:33 2010 +0300 @@ -143,11 +143,12 @@ 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)); + "as a dotted quad (x.x.x.x)", DEFAULT_ADDRESS, + G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); 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)); + DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); } static void