summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-10-19 16:47:10 +0200
committerBenjamin Otte <otte@gnome.org>2009-10-20 10:51:25 +0100
commit868711fc701fba0e543bf8404ffff7291992359f (patch)
tree2da957329c5fc45a73468e8b8c82aca2f8703240
parent08c56edb8473b8ebb76884fe323986f9f164aea2 (diff)
docs: Fix docs for gst_caps_set_simple()
-rw-r--r--gst/gstcaps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/gstcaps.c b/gst/gstcaps.c
index bf04744562..fbbe704b68 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.
* <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