docs: Fix docs for gst_caps_set_simple()
authorBenjamin Otte <otte@gnome.org>
Mon, 19 Oct 2009 14:47:10 +0000 (16:47 +0200)
committerBenjamin Otte <otte@gnome.org>
Tue, 20 Oct 2009 09:51:25 +0000 (10:51 +0100)
gst/gstcaps.c

index bf04744..fbbe704 100644 (file)
@@ -907,8 +907,8 @@ gst_caps_set_value (GstCaps * caps, const char *field, const GValue * value)
  * Sets fields in a #GstCaps.  The arguments must be passed in the same
  * manner as gst_structure_set(), and be NULL-terminated.
  * <note>Prior to GStreamer version 0.10.26, this function failed when
- * @caps was simple. If your code needs to work with those versions of
- * GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
+ * @caps was not simple. If your code needs to work with those versions 
+ * of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
  * is %TRUE for @caps.</note>
  */
 void
@@ -954,8 +954,8 @@ gst_caps_set_simple_valist (GstCaps * caps, const char *field, va_list varargs)
  * Sets fields in a #GstCaps.  The arguments must be passed in the same
  * manner as gst_structure_set(), and be NULL-terminated.
  * <note>Prior to GStreamer version 0.10.26, this function failed when
- * @caps was simple. If your code needs to work with those versions of
- * GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
+ * @caps was not simple. If your code needs to work with those versions
+ * of GStreamer, you may only call this function when GST_CAPS_IS_SIMPLE()
  * is %TRUE for @caps.</note>
  */
 void