mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate).
Original commit message from CVS: * docs/manual/advanced-autoplugging.xml: Fix typo (intiate -> initiate).
This commit is contained in:
parent
85993177f5
commit
39ceef35d2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-03 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/manual/advanced-autoplugging.xml:
|
||||
Fix typo (intiate -> initiate).
|
||||
|
||||
2005-01-02 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* docs/random/bbb/streamselection:
|
||||
|
|
|
@ -288,7 +288,7 @@ init_factories (void)
|
|||
(which we've seen before in <xref linkend="section-pads-dynamic"/>),
|
||||
we will listen for newly created source pads and handle those, too.
|
||||
The following code replaces the <function>cb_type_found</function>
|
||||
from the previous section with a function to intiate autoplugging,
|
||||
from the previous section with a function to initiate autoplugging,
|
||||
which will continue with the above approach.
|
||||
</para>
|
||||
<programlisting><!-- example-begin dynamic.c c -->
|
||||
|
|
Loading…
Reference in a new issue