mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
docs/manual/pads-api.xml: typo + grammar fix
Original commit message from CVS: 2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org> * docs/manual/pads-api.xml: typo + grammar fix
This commit is contained in:
parent
76f329603c
commit
941872a20e
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-07-15 Zaheer Abbas Merali <zaheerabbas at merali dot org>
|
||||
|
||||
* docs/manual/pads-api.xml: typo + grammar fix
|
||||
|
||||
2004-07-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -185,7 +185,7 @@ struct _GstCaps {
|
|||
While capabilities are mainly used inside a plugin to describe the
|
||||
media type of the pads, the application programmer also has to have
|
||||
basic understanding of capabilities in order to interface with the
|
||||
plugins, specially when using the autopluggers.
|
||||
plugins, especially when using the autopluggers.
|
||||
</para>
|
||||
<para>
|
||||
As we said, a capability has a name, a mime-type and some
|
||||
|
@ -249,7 +249,7 @@ GstProps* gst_props_new (const gchar *firstname, ...);
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
GST_PROPS_FLOAT_RANGE(a,b): A float ragne from a to b
|
||||
GST_PROPS_FLOAT_RANGE(a,b): A float range from a to b
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue