From f43f2bf960ffbc5a9237f3db976a9e648e3326d2 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 25 Nov 2009 17:37:33 +0200 Subject: docs: fix more bogus xrefs --- gst/gstinfo.h | 2 +- gst/gstregistry.c | 4 ++-- gst/gstutils.c | 3 +-- gst/gstvalue.c | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/gst/gstinfo.h b/gst/gstinfo.h index 27cdc76f86..7a34f693b5 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -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. * * |[ diff --git a/gst/gstregistry.c b/gst/gstregistry.c index 4b38782f43..9e44031f72 100644 --- a/gst/gstregistry.c +++ b/gst/gstregistry.c @@ -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 diff --git a/gst/gstutils.c b/gst/gstutils.c index a8b5ee7f4f..0953d3ed9f 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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 */ diff --git a/gst/gstvalue.c b/gst/gstvalue.c index 240e2c3a75..e6d7921160 100644 --- a/gst/gstvalue.c +++ b/gst/gstvalue.c @@ -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. */ -- cgit v1.2.3