* @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.
*
* |[
* 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
* @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
*/
* @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.
*/