mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
manual: small tweaks
This commit is contained in:
parent
67a575ba08
commit
0447c72eb0
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<title>Bus</title>
|
||||
<para>
|
||||
A bus is a simple system that takes care of forwarding messages from
|
||||
the pipeline threads to an application in its own thread context. The
|
||||
the streaming threads to an application in its own thread context. The
|
||||
advantage of a bus is that an application does not need to be
|
||||
thread-aware in order to use &GStreamer;, even though &GStreamer;
|
||||
itself is heavily threaded.
|
||||
|
@ -255,7 +255,7 @@ g_signal_connect (bus, "message::eos", G_CALLBACK (cb_message_eos), NULL);
|
|||
manually extract the progress (in percent) from the message by
|
||||
extracting the <quote>buffer-percent</quote> property from the
|
||||
structure returned by <function>gst_message_get_structure
|
||||
()</function>.
|
||||
()</function>. See also <xref linkend="chapter-buffering"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
|
|
|
@ -55,7 +55,8 @@
|
|||
<listitem><para>a plugin architecture</para></listitem>
|
||||
<listitem><para>a pipeline architecture</para></listitem>
|
||||
<listitem><para>a mechanism for media type handling/negotiation</para></listitem>
|
||||
<listitem><para>over 150 plug-ins</para></listitem>
|
||||
<listitem><para>a mechanism for synchronization</para></listitem>
|
||||
<listitem><para>over 250 plug-ins providing more than 1000 elements</para></listitem>
|
||||
<listitem><para>a set of tools</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue