From: Benjamin Otte Date: Mon, 19 Oct 2009 14:47:10 +0000 (+0200) Subject: docs: Fix docs for gst_caps_set_simple() X-Git-Tag: RELEASE-0.10.26~327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=868711fc701fba0e543bf8404ffff7291992359f;p=platform%2Fupstream%2Fgstreamer.git docs: Fix docs for gst_caps_set_simple() --- 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