mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
DocBook/media: update dvb url's and use ulink tag instead of emphasis
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
e5b20214e6
commit
62b122aba1
3 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
<para>In this section we would like to present some examples for using the DVB API.
|
<para>In this section we would like to present some examples for using the DVB API.
|
||||||
</para>
|
</para>
|
||||||
<para>Maintainer note: This section is out of date. Please refer to the sample programs packaged
|
<para>Maintainer note: This section is out of date. Please refer to the sample programs packaged
|
||||||
with the driver distribution from <emphasis role="tt">http://linuxtv.org/</emphasis>.
|
with the driver distribution from <ulink url="http://linuxtv.org/hg/dvb-apps" />.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id="tuning">
|
<section id="tuning">
|
||||||
|
|
|
@ -11,8 +11,8 @@ role="tt">linux/dvb/frontend.h</emphasis> in your application.</para>
|
||||||
is not yet handled by this API but a future extension is possible. For
|
is not yet handled by this API but a future extension is possible. For
|
||||||
DVB-S the frontend device also supports satellite equipment control
|
DVB-S the frontend device also supports satellite equipment control
|
||||||
(SEC) via DiSEqC and V-SEC protocols. The DiSEqC (digital SEC)
|
(SEC) via DiSEqC and V-SEC protocols. The DiSEqC (digital SEC)
|
||||||
specification is available from Eutelsat <emphasis
|
specification is available from
|
||||||
role="tt">http://www.eutelsat.org/</emphasis>.</para>
|
<ulink url="http://www.eutelsat.com/satellites/4_5_5.html">Eutelsat</ulink>.</para>
|
||||||
|
|
||||||
<para>Note that the DVB API may also be used for MPEG decoder-only PCI
|
<para>Note that the DVB API may also be used for MPEG decoder-only PCI
|
||||||
cards, in which case there exists no frontend device.</para>
|
cards, in which case there exists no frontend device.</para>
|
||||||
|
|
|
@ -10,8 +10,8 @@ you should know what a program/transport stream (PS/TS) is and what is
|
||||||
meant by a packetized elementary stream (PES) or an I-frame.</para>
|
meant by a packetized elementary stream (PES) or an I-frame.</para>
|
||||||
|
|
||||||
<para>Various DVB standards documents are available from
|
<para>Various DVB standards documents are available from
|
||||||
<emphasis role="tt">http://www.dvb.org/</emphasis> and/or
|
<ulink url="http://www.dvb.org" /> and/or
|
||||||
<emphasis role="tt">http://www.etsi.org/</emphasis>.</para>
|
<ulink url="http://www.etsi.org" />.</para>
|
||||||
|
|
||||||
<para>It is also necessary to know how to access unix/linux devices and
|
<para>It is also necessary to know how to access unix/linux devices and
|
||||||
how to use ioctl calls. This also includes the knowledge of C or C++.
|
how to use ioctl calls. This also includes the knowledge of C or C++.
|
||||||
|
@ -31,8 +31,8 @@ and filtering several section and PES data streams at the same time.
|
||||||
<para>In early 2000, we were approached by Nokia with a proposal for a
|
<para>In early 2000, we were approached by Nokia with a proposal for a
|
||||||
new standard Linux DVB API. As a commitment to the development of
|
new standard Linux DVB API. As a commitment to the development of
|
||||||
terminals based on open standards, Nokia and Convergence made it
|
terminals based on open standards, Nokia and Convergence made it
|
||||||
available to all Linux developers and published it on <emphasis
|
available to all Linux developers and published it on
|
||||||
role="tt">http://www.linuxtv.org/</emphasis> in September 2000.
|
<ulink url="http://www.linuxtv.org/" /> in September 2000.
|
||||||
Convergence is the maintainer of the Linux DVB API. Together with the
|
Convergence is the maintainer of the Linux DVB API. Together with the
|
||||||
LinuxTV community (i.e. you, the reader of this document), the Linux DVB
|
LinuxTV community (i.e. you, the reader of this document), the Linux DVB
|
||||||
API will be constantly reviewed and improved. With the Linux driver for
|
API will be constantly reviewed and improved. With the Linux driver for
|
||||||
|
|
Loading…
Reference in a new issue