docs: fix more bogus xrefs
authorStefan Kost <ensonic@users.sf.net>
Wed, 25 Nov 2009 15:37:33 +0000 (17:37 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 27 Nov 2009 12:18:38 +0000 (14:18 +0200)
gst/gstinfo.h
gst/gstregistry.c
gst/gstutils.c
gst/gstvalue.c

index 27cdc76..7a34f69 100644 (file)
@@ -418,7 +418,7 @@ GstDebugCategory *_gst_debug_get_category (const gchar *name);
  * @name: log category name
  *
  * Lookup an exiting #GstDebugCategory by its @name and sets @cat. If category
- * is not found, but %GST_CAT_DEFAULT is defined, that is assigned to @cat.
+ * is not found, but GST_CAT_DEFAULT is defined, that is assigned to @cat.
  * Otherwise cat will be NULL.
  *
  * |[
index 4b38782..9e44031 100644 (file)
@@ -48,9 +48,9 @@
  * consuming process, so we cache information in the registry.xml file.
  *
  * On startup, plugins are searched for in the plugin search path. This path can
- * be set directly using the %GST_PLUGIN_PATH environment variable. The registry
+ * be set directly using the GST_PLUGIN_PATH environment variable. The registry
  * file is loaded from ~/.gstreamer-$GST_MAJORMINOR/registry-$ARCH.xml or the
- * file listed in the %GST_REGISTRY env var. The only reason to change the
+ * file listed in the GST_REGISTRY env var. The only reason to change the
  * registry location is for testing.
  *
  * For each plugin that is found in the plugin search path, there could be 3
index a8b5ee7..0953d3e 100644 (file)
@@ -3835,8 +3835,7 @@ gst_util_greatest_common_divisor (gint a, gint b)
  * @src_d: Fraction denominator #gint
  * @dest: pointer to a #gdouble for the result
  *
- * Transforms a #gdouble to a GstFraction and simplifies
- * the result.
+ * Transforms a #gdouble to a fraction and simplifies the result.
  *
  * Since: 0.10.26
  */
index 240e2c3..e6d7921 100644 (file)
@@ -3597,8 +3597,8 @@ gst_value_get_fraction_denominator (const GValue * value)
  * @factor1: a GValue initialized to #GST_TYPE_FRACTION
  * @factor2: a GValue initialized to #GST_TYPE_FRACTION
  *
- * Multiplies the two #GValue items containing a #GstFraction and sets @product
- * to the product of the two fractions.
+ * Multiplies the two #GValue items containing a #GST_TYPE_FRACTION and sets
+ * @product to the product of the two fractions.
  *
  * Returns: FALSE in case of an error (like integer overflow), TRUE otherwise.
  */