docs: fix more bogus xrefs

This commit is contained in:
Stefan Kost 2009-11-25 17:37:33 +02:00
parent 1b5391fb47
commit f43f2bf960
4 changed files with 6 additions and 7 deletions

View 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.
*
* |[

View 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

View 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
*/

View 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.
*/