Ignore:
Timestamp:
05/30/2005 09:52:47 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
50b692d
Parents:
9df3b847
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4517 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer.xml

    r9df3b847 r33d63e8d  
    3030    <title>Introduction to GStreamer</title>
    3131
    32     <para>The <application>GStreamer</application> package contains a streaming 
    33     media framework that enables applications to share a common set of plugins for 
    34     things like video decoding and encoding, audio encoding and decoding, audio 
    35     and video filters, audio visualisation, Web streaming and anything else that 
    36     streams in real-time or otherwise. It is modelled after research software 
     32    <para>The <application>GStreamer</application> package contains a streaming
     33    media framework that enables applications to share a common set of plugins for
     34    things like video decoding and encoding, audio encoding and decoding, audio
     35    and video filters, audio visualisation, Web streaming and anything else that
     36    streams in real-time or otherwise. It is modelled after research software
    3737    worked on at the Oregon Graduate Institute.</para>
    3838
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para><xref linkend="glib2"/>, 
    65     <xref linkend="libxml2"/>, 
     64    <para><xref linkend="glib2"/>,
     65    <xref linkend="libxml2"/>,
    6666    <xref linkend="popt"/></para>
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para><xref linkend="libgnomeui"/>, 
    70     <xref linkend="python"/> and 
     69    <para><xref linkend="libgnomeui"/>,
     70    <xref linkend="python"/> and
    7171    <ulink url="http://valgrind.kde.org/">Valgrind</ulink></para>
    7272
    7373    <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
    74     <para><xref linkend="libxslt"/>, 
    75     <xref linkend="gtk-doc"/>, 
    76     <xref linkend="tex"/>, 
    77     <xref linkend="gs"/> or 
    78     <xref linkend="espgs"/>, 
    79     <xref linkend="docbook-utils"/>, 
    80     <ulink url="http://www.xfig.org/">Transfig</ulink> and 
     74    <para><xref linkend="libxslt"/>,
     75    <xref linkend="gtk-doc"/>,
     76    <xref linkend="tex"/>,
     77    <xref linkend="gs"/> or
     78    <xref linkend="espgs"/>,
     79    <xref linkend="docbook-utils"/>,
     80    <ulink url="http://www.xfig.org/">Transfig</ulink> and
    8181    <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink></para>
    8282
     
    8686    <title>Installation of GStreamer</title>
    8787
    88     <para>Install <application>GStreamer</application> by running the following 
     88    <para>Install <application>GStreamer</application> by running the following
    8989    commands:</para>
    9090
     
    104104    <title>Command Explanations</title>
    105105
    106     <para><parameter>--localstatedir=/var</parameter>: This switch puts 
    107     <command>gst-register</command>'s cache in 
     106    <para><parameter>--localstatedir=/var</parameter>: This switch puts
     107    <command>gst-register</command>'s cache in
    108108    <filename class="directory">/var/cache/gstreamer-0.8</filename>
    109     instead of 
     109    instead of
    110110    <filename class="directory">/usr/cache/gstreamer-0.8</filename>.</para>
    111111
    112     <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration 
     112    <para><parameter>--sysconfdir=/etc</parameter>: This switch puts configuration
    113113    files in <filename class="directory">/etc</filename>
    114114    instead of <filename class="directory">/usr/etc</filename>.</para>
    115115
    116     <para><command>chown -v -R root:root ...</command>: The documentation is 
    117     installed with ownerships of the user who untarred and built the package. 
     116    <para><command>chown -v -R root:root ...</command>: The documentation is
     117    installed with ownerships of the user who untarred and built the package.
    118118    This command changes the ownerships of the installed documentation files to
    119119    root:root.</para>
     
    130130
    131131      <seglistitem>
    132         <seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8, 
    133         gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch, 
    134         gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8, 
    135         gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8, 
     132        <seg>gst-complete, gst-complete-0.8, gst-compprep, gst-compprep-0.8,
     133        gst-feedback, gst-feedback-0.8, gst-inspect, gst-inspect-0.8, gst-launch,
     134        gst-launch-0.8, gst-md5sum, gst-md5sum-0.8, gst-register, gst-register-0.8,
     135        gst-typefind, gst-typefind-0.8, gst-xmllaunch, gst-xmllaunch-0.8,
    136136        gst-xmlinspect, and gst-xmlinspect-0.8</seg>
    137         <seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and 
     137        <seg>libgstcontrol-0.8.[so,a], libgstreamer-0.8.[so,a], and
    138138        libgst*.[so,a] plugin modules</seg>
    139         <seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8, 
    140         /usr/share/doc/gstreamer-&gstreamer-version;, 
    141         /usr/share/gtk-doc/html/gstreamer-0.8, 
     139        <seg>/usr/include/gstreamer-0.8, /usr/lib/gstreamer-0.8,
     140        /usr/share/doc/gstreamer-&gstreamer-version;,
     141        /usr/share/gtk-doc/html/gstreamer-0.8,
    142142        /usr/share/gtk-doc/html/gstreamer-libs-0.8, and /var/cache/gstreamer-0.8</seg>
    143143      </seglistitem>
     
    152152        <term><command>gst-complete-0.8</command></term>
    153153        <listitem>
    154           <para>is a utility enabling <command>bash</command> to provide 
     154          <para>is a utility enabling <command>bash</command> to provide
    155155          context sensitive tab completion for <command>gst-launch</command>
    156156          command lines.</para>
     
    165165        <listitem>
    166166          <para>builds a registry of <application>GStreamer</application>
    167           elements and their features that is used by 
     167          elements and their features that is used by
    168168          <command>gst-complete</command>.</para>
    169169          <indexterm zone="gstreamer gst-compprep">
     
    187187        <term><command>gst-inspect-0.8</command></term>
    188188        <listitem>
    189           <para>prints information about a 
     189          <para>prints information about a
    190190          <application>GStreamer</application> plugin or element.</para>
    191191          <indexterm zone="gstreamer gst-inspect">
     
    198198        <term><command>gst-launch-0.8</command></term>
    199199        <listitem>
    200           <para>is a tool that builds and runs basic 
     200          <para>is a tool that builds and runs basic
    201201          <application>GStreamer</application> pipelines.</para>
    202202          <indexterm zone="gstreamer gst-launch">
     
    209209        <term><command>gst-md5sum-0.8</command></term>
    210210        <listitem>
    211           <para>generates MD5 checksums of the data generated by a 
     211          <para>generates MD5 checksums of the data generated by a
    212212          <application>GStreamer</application> pipeline.</para>
    213213          <indexterm zone="gstreamer gst-md5sum">
     
    221221        <listitem>
    222222          <para>is used to register all the <application>GStreamer</application>
    223           plugins on the system. It creates a listing of their properties so that when a 
    224           <application>GStreamer</application> based application is started, it 
     223          plugins on the system. It creates a listing of their properties so that when a
     224          <application>GStreamer</application> based application is started, it
    225225          does not need to load plugins until it needs them.</para>
    226226          <indexterm zone="gstreamer gst-register">
     
    233233        <term><command>gst-typefind-0.8</command></term>
    234234        <listitem>
    235           <para>uses the <application>GStreamer</application> type finding 
     235          <para>uses the <application>GStreamer</application> type finding
    236236          system to determine the relevant <application>GStreamer</application>
    237           plugin to parse or decode a file, and determine the corresponding 
     237          plugin to parse or decode a file, and determine the corresponding
    238238          MIME type.</para>
    239239          <indexterm zone="gstreamer gst-typefind">
Note: See TracChangeset for help on using the changeset viewer.