reg.xml to registry.xml adding spaces

Original commit message from CVS:
* reg.xml to registry.xml
* adding spaces
This commit is contained in:
Thomas Vander Stichele 2002-04-12 18:26:17 +00:00
parent 6bf4bfdc93
commit 4013bb45d6
2 changed files with 6 additions and 6 deletions

View file

@ -101,7 +101,7 @@ gst_element_factory_init (GstElementFactory *factory)
* gst_element_factory_find: * gst_element_factory_find:
* @name: name of factory to find * @name: name of factory to find
* *
* Search for an elementfactory of the given name. * Search for an element factory of the given name.
* *
* Returns: #GstElementFactory if found, NULL otherwise * Returns: #GstElementFactory if found, NULL otherwise
*/ */
@ -129,7 +129,7 @@ gst_element_factory_find (const gchar *name)
/** /**
* gst_element_factory_get_list: * gst_element_factory_get_list:
* *
* Get the global list of elementfactories. * Get the global list of element factories.
* *
* Returns: GList of type #GstElementFactory * Returns: GList of type #GstElementFactory
*/ */

View file

@ -25,12 +25,12 @@
#define __GST_REGISTRY_H__ #define __GST_REGISTRY_H__
#define GLOBAL_REGISTRY_DIR GST_CONFIG_DIR #define GLOBAL_REGISTRY_DIR GST_CONFIG_DIR
#define GLOBAL_REGISTRY_FILE GLOBAL_REGISTRY_DIR"/reg.xml" #define GLOBAL_REGISTRY_FILE GLOBAL_REGISTRY_DIR"/registry.xml"
#define GLOBAL_REGISTRY_FILE_TMP GLOBAL_REGISTRY_DIR"/.reg.xml.tmp" #define GLOBAL_REGISTRY_FILE_TMP GLOBAL_REGISTRY_DIR"/.registry.xml.tmp"
#define LOCAL_REGISTRY_DIR ".gstreamer" #define LOCAL_REGISTRY_DIR ".gstreamer"
#define LOCAL_REGISTRY_FILE LOCAL_REGISTRY_DIR"/reg.xml" #define LOCAL_REGISTRY_FILE LOCAL_REGISTRY_DIR"/registry.xml"
#define LOCAL_REGISTRY_FILE_TMP LOCAL_REGISTRY_DIR"/.reg.xml.tmp" #define LOCAL_REGISTRY_FILE_TMP LOCAL_REGISTRY_DIR"/.registry.xml.tmp"
#define REGISTRY_DIR_PERMS (S_ISGID | \ #define REGISTRY_DIR_PERMS (S_ISGID | \
S_IRUSR | S_IWUSR | S_IXUSR | \ S_IRUSR | S_IWUSR | S_IXUSR | \