mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
docs: fix more bogus xrefs
This commit is contained in:
parent
1b5391fb47
commit
f43f2bf960
4 changed files with 6 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
* |[
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue