Ignore:
Timestamp:
07/03/2016 09:34:26 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8cc1c71
Parents:
9513623
Message:

Update to gstreamer-1.8.2
Update to v4l-utils-1.10.1
Tags
(systemd/gnome merge staging) Actually update adwaita-icon-theme-3.20
(systemd/gnome merge) Green light GConf
Fix build of FAAC with GCC6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gstreamer10.xml

    r9513623 r4cc74e03  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "711ada79b63e47ac96adb4e5444dc908">
     9  <!ENTITY gstreamer10-md5sum        "0f011ee793cbcfa96d6b51d8271349fa">
    1010  <!ENTITY gstreamer10-size          "3.4 MB">
    11   <!ENTITY gstreamer10-buildsize     "116 MB (with tests)">
    12   <!ENTITY gstreamer10-time          "2.3 SBU (with tests)">
     11  <!ENTITY gstreamer10-buildsize     "147 MB (with tests)">
     12  <!ENTITY gstreamer10-time          "2.0 SBU (with tests)">
    1313]>
    1414
     
    9090    <bridgehead renderas="sect4">Optional</bridgehead>
    9191    <para role="optional">
     92      <xref linkend="gtk3"/> (for examples),
    9293      <xref linkend="gsl"/>,
    9394      <xref linkend="gtk-doc"/>, and
     
    135136      <seglistitem>
    136137        <seg>
    137           gst-inspect-1.0, gst-launch-1.0 and gst-typefind-1.0
     138          gst-inspect-1.0, gst-launch-1.0, gst-stats-1.0, and gst-typefind-1.0
    138139        </seg>
    139140        <seg>
     
    181182      </varlistentry>
    182183
     184      <varlistentry id="gst-stats-1.0">
     185        <term><command>gst-stats-1.0</command></term>
     186        <listitem>
     187          <para>
     188            is a tool used to gather statistics about
     189            <application>GStreamer</application> operations.
     190          </para>
     191          <indexterm zone="gstreamer10 gst-stats-1.0">
     192            <primary sortas="b-gst-stats-1.0">gst-stats-1.0</primary>
     193          </indexterm>
     194        </listitem>
     195      </varlistentry>
     196
    183197      <varlistentry id="gst-typefind-1.0">
    184198        <term><command>gst-typefind-1.0</command></term>
     
    187201            uses the <application>GStreamer</application> type finding system
    188202            to determine the relevant <application>GStreamer</application>
    189             plugin to parse or decode file, and the corresponding MIME type.
     203            plugin to parse or decode files, and the corresponding MIME type.
    190204          </para>
    191205          <indexterm zone="gstreamer10 gst-typefind-1.0">
     
    249263        <listitem>
    250264          <para>
    251             provides all the core <application>GStreamer</application> services,
    252             including initialization, plugin management and types, as well as
    253             the object hierarchy that defines elements and bins, along with
    254             some more specialized elements.
     265            provides all of the core <application>GStreamer</application>
     266            services, including initialization, plugin management and types,
     267            as well as the object hierarchy that defines elements and bins,
     268            along with some more specialized elements.
    255269          </para>
    256270          <indexterm zone="gstreamer10 libgstreamer-1.0">
Note: See TracChangeset for help on using the changeset viewer.