mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
gst/gstvalue.c: Fix typos.
Original commit message from CVS: * gst/gstvalue.c: Fix typos.
This commit is contained in:
parent
cdb1ea97cc
commit
14983d1810
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-07-22 Sebastian Dröge <sebastian.droege@collabora.co.uk>
|
||||
|
||||
* gst/gstvalue.c:
|
||||
Fix typos.
|
||||
|
||||
2008-07-22 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||
|
||||
* gst/gstcaps.c:
|
||||
|
|
|
@ -894,7 +894,7 @@ gst_value_set_double_range (GValue * value, gdouble start, gdouble end)
|
|||
*
|
||||
* Gets the minimum of the range specified by @value.
|
||||
*
|
||||
* Returns: the minumum of the range
|
||||
* Returns: the minimum of the range
|
||||
*/
|
||||
gdouble
|
||||
gst_value_get_double_range_min (const GValue * value)
|
||||
|
@ -1127,7 +1127,7 @@ gst_value_set_fraction_range_full (GValue * value,
|
|||
*
|
||||
* Gets the minimum of the range specified by @value.
|
||||
*
|
||||
* Returns: the minumum of the range
|
||||
* Returns: the minimum of the range
|
||||
*/
|
||||
const GValue *
|
||||
gst_value_get_fraction_range_min (const GValue * value)
|
||||
|
|
Loading…
Reference in a new issue