gst/gstvalue.c: Make docs for gst_value_compare() mention return enums that actually...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 5 Jun 2007 13:49:10 +0000 (13:49 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 5 Jun 2007 13:49:10 +0000 (13:49 +0000)
Original commit message from CVS:
* gst/gstvalue.c:
Make docs for gst_value_compare() mention return enums that
actually exist.

ChangeLog
gst/gstvalue.c

index e4db291..8c45017 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gstvalue.c:
+         Make docs for gst_value_compare() mention return enums that
+         actually exist.
+
 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * configure.ac:
index 9d64ed2..70daca9 100644 (file)
@@ -2760,8 +2760,8 @@ gst_value_get_compare_func (const GValue * value1)
  *
  * Compares @value1 and @value2.  If @value1 and @value2 cannot be
  * compared, the function returns GST_VALUE_UNORDERED.  Otherwise,
- * if @value1 is greater than @value2, GST_VALUE_GREATER is returned.
- * If @value1 is less than @value2, GST_VALUE_LESSER is returned.
+ * if @value1 is greater than @value2, GST_VALUE_GREATER_THAN is returned.
+ * If @value1 is less than @value2, GST_VALUE_LESS_THAN is returned.
  * If the values are equal, GST_VALUE_EQUAL is returned.
  *
  * Returns: A #GstValueCompareType value