From 868711fc701fba0e543bf8404ffff7291992359f Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 19 Oct 2009 16:47:10 +0200 Subject: [PATCH] docs: Fix docs for gst_caps_set_simple() --- gst/gstcaps.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstcaps.c b/gst/gstcaps.c index bf04744..fbbe704 100644 --- a/gst/gstcaps.c +++ b/gst/gstcaps.c @@ -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. * 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. */ 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. * 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. */ void -- 2.7.4