gst/: Fix small typos in the docs.

Original commit message from CVS:
* gst/gstobject.h:
* gst/gstvalue.c:
Fix small typos in the docs.
This commit is contained in:
Wim Taymans 2007-09-24 11:46:35 +00:00
parent 005547dce1
commit e7f433f720
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-09-24 Wim Taymans <wim.taymans@gmail.com>
* gst/gstobject.h:
* gst/gstvalue.c:
Fix small typos in the docs.
2007-09-24 Wim Taymans <wim.taymans@gmail.com>
* docs/design/draft-latency.txt:

View file

@ -49,7 +49,7 @@ G_BEGIN_DECLS
/**
* GstObjectFlags:
* @GST_OBJECT_DISPOSING: the object is been destroyed, do use it anymore
* @GST_OBJECT_DISPOSING: the object is been destroyed, don't use it anymore
* @GST_OBJECT_FLOATING: the object has a floating reference count (e.g. its
* not assigned to a bin)
* @GST_OBJECT_FLAG_LAST: subclasses can add additional flags starting from this flag

View file

@ -1240,7 +1240,7 @@ gst_value_deserialize_fraction_range (GValue * dest, const gchar * s)
* @value: a GValue initialized to GST_TYPE_CAPS
* @caps: the caps to set the value to
*
* Sets the contents of @value to coorespond to @caps. The actual
* Sets the contents of @value to @caps. The actual
* #GstCaps structure is copied before it is used.
*/
void