mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
docs: Fix basics-bus docs
Fix wrong information about bus watch functions in the application development manual. Fixes #608127
This commit is contained in:
parent
e60216bce8
commit
69e23983a4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
be called whenever the pipeline emits a message to the bus. In this
|
be called whenever the pipeline emits a message to the bus. In this
|
||||||
handler, check the signal type (see next section) and do something
|
handler, check the signal type (see next section) and do something
|
||||||
accordingly. The return value of the handler should be TRUE to
|
accordingly. The return value of the handler should be TRUE to
|
||||||
remove the message from the bus.
|
keep the handler attached to the bus, return FALSE to remove it.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue