mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
parent
50fdaa4f25
commit
72101e3b14
1 changed files with 5 additions and 4 deletions
|
@ -174,10 +174,11 @@ g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL);
|
|||
[..]
|
||||
</programlisting>
|
||||
<para>
|
||||
If you aren't using GLib mainloop, the message signals won't be available
|
||||
by default. You can however use a small helper exported by to provide
|
||||
integration with the mainloop you're using, and enable generation of bus
|
||||
signals (see <ulink type="http"
|
||||
If you aren't using GLib mainloop, the asynchronous message signals won't
|
||||
be available by default. You can however install a custom sync handler
|
||||
that wakes up the custom mainloop and that uses
|
||||
<function>gst_bus_async_signal_func ()</function> to emit the signals.
|
||||
(see also <ulink type="http"
|
||||
url="&URLAPI;GstBus.html">documentation</ulink> for details)
|
||||
</para>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue