mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
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:
parent
005547dce1
commit
e7f433f720
3 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue