+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:
*
* 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