docs/manual/: Replace one diagram with two separate ones and updates others.
Original commit message from CVS: patch by: Luc Pionchon <luc.pionchon@nokia.com> * docs/manual/advanced-threads.xml: * docs/manual/diagrams-pipelines.svg: * docs/manual/hello-world.png: * docs/manual/linked-elements.png: * docs/manual/mime-world.png: * docs/manual/queue.png: * docs/manual/thread-buffering.png: * docs/manual/thread-synchronizing.png: Replace one diagram with two separate ones and updates others. Fixes #542401.
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2008-07-26 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
patch by: Luc Pionchon <luc.pionchon@nokia.com>
|
||||
|
||||
* docs/manual/advanced-threads.xml:
|
||||
* docs/manual/diagrams-pipelines.svg:
|
||||
* docs/manual/hello-world.png:
|
||||
* docs/manual/linked-elements.png:
|
||||
* docs/manual/mime-world.png:
|
||||
* docs/manual/queue.png:
|
||||
* docs/manual/thread-buffering.png:
|
||||
* docs/manual/thread-synchronizing.png:
|
||||
Replace one diagram with two separate ones and updates others.
|
||||
Fixes #542401.
|
||||
|
||||
2008-07-25 Thijs Vermeir <thijsvermeir@gmail.com>
|
||||
|
||||
* gst/gstelement.h:
|
||||
|
|
|
@ -24,9 +24,17 @@
|
|||
Data buffering, for example when dealing with network streams or
|
||||
when recording data from a live stream such as a video or audio
|
||||
card. Short hickups elsewhere in the pipeline will not cause data
|
||||
loss. See <xref linkend="section-queues-img"/> for a visualization
|
||||
of this idea.
|
||||
loss.
|
||||
</para>
|
||||
<figure float="1" id="section-thread-buffering-img">
|
||||
<title>Data buffering, from a networked source</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata scale="75" fileref="images/thread-buffering.ℑ" format="&IMAGE;"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -34,17 +42,17 @@
|
|||
both video and audio data. By using threads for both outputs, they
|
||||
will run independently and their synchronization will be better.
|
||||
</para>
|
||||
<figure float="1" id="section-thread-synchronizing-img">
|
||||
<title>Synchronizing audio and video sinks</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata scale="75" fileref="images/thread-synchronizing.ℑ" format="&IMAGE;"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<figure float="1" id="section-queues-img">
|
||||
<title>a two-threaded decoder with a queue</title>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata scale="75" fileref="images/queue.ℑ" format="&IMAGE;"/>
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
|
||||
<para>
|
||||
Above, we've mentioned the <quote>queue</quote> element several times
|
||||
|
|
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 17 KiB |
BIN
docs/manual/thread-buffering.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
docs/manual/thread-synchronizing.png
Normal file
After Width: | Height: | Size: 42 KiB |