Minor doc fix.

Original commit message from CVS:
Minor doc fix.
This commit is contained in:
Michael Smith 2005-11-22 11:50:12 +00:00
parent 19858fd9f0
commit 48d1473e3d

View file

@ -1936,7 +1936,7 @@ gst_structure_fixate_field_boolean (GstStructure * structure,
* @target: A GValue of GST_TYPE_FRACTION with the target value of the fixation * @target: A GValue of GST_TYPE_FRACTION with the target value of the fixation
* *
* Fixates a #GstStructure by changing the given field to the nearest * Fixates a #GstStructure by changing the given field to the nearest
* integer to @target that is a subset of the existing field. * fraction to @target that is a subset of the existing field.
* *
* Returns: TRUE if the structure could be fixated * Returns: TRUE if the structure could be fixated
*/ */