mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 23:30:05 +00:00
docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfig
Original commit message from CVS: * docs/libs/compiling.sgml: Fix typo: it's pkg-config, not pkg-gconfig * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * docs/libs/tmpl/gstgconf.sgml: There is no libgstgconf in 0.10, remove it from the docs.
This commit is contained in:
parent
72c19d4790
commit
87f3d7db00
5 changed files with 12 additions and 36 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2006-02-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/libs/compiling.sgml:
|
||||
Fix typo: it's pkg-config, not pkg-gconfig
|
||||
|
||||
* docs/libs/gst-plugins-base-libs-docs.sgml:
|
||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||
* docs/libs/tmpl/gstgconf.sgml:
|
||||
There is no libgstgconf in 0.10, remove it
|
||||
from the docs.
|
||||
|
||||
2006-02-05 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* docs/libs/tmpl/gstcolorbalance.sgml: Updated.
|
||||
|
|
|
@ -24,7 +24,7 @@ find the header files and libraries. This is done with the
|
|||
The following interactive shell session demonstrates how
|
||||
<application>pkg-config</application> is used:
|
||||
<programlisting>
|
||||
$ pkg-gconfig --cflags gstreamer-plugins-base-&GST_MAJORMINOR;
|
||||
$ pkg-config --cflags gstreamer-plugins-base-&GST_MAJORMINOR;
|
||||
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-&GST_MAJORMINOR; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2
|
||||
$ pkg-config --libs gstreamer-plugins-base-&GST_MAJORMINOR;
|
||||
-Wl,--export-dynamic -pthread -lgstreamer-&GST_MAJORMINOR; -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lxml2 -lpthread -lz -lm -lglib-2.0
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
<!ENTITY GstVideoSink SYSTEM "xml/gstvideosink.xml">
|
||||
<!ENTITY GstVideoFilter SYSTEM "xml/gstvideofilter.xml">
|
||||
<!ENTITY GstColorBalance SYSTEM "xml/gstcolorbalance.xml">
|
||||
<!ENTITY GstGConf SYSTEM "xml/gstgconf.xml">
|
||||
<!ENTITY GstMixer SYSTEM "xml/gstmixer.xml">
|
||||
<!ENTITY GstRingBuffer SYSTEM "xml/gstringbuffer.xml">
|
||||
<!ENTITY GstTuner SYSTEM "xml/gsttuner.xml">
|
||||
|
@ -78,13 +77,4 @@ This library should be linked to by getting cflags and libs from
|
|||
&GstCddaBaseSrc;
|
||||
</chapter>
|
||||
|
||||
|
||||
<chapter id="gstreamer-gconf">
|
||||
<title>GConf Library</title>
|
||||
<para>
|
||||
This library should be linked to by getting cflags and libs from
|
||||
<filename>gstreamer-gconf.pc</filename>.
|
||||
</para>
|
||||
&GstGConf;
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
|
@ -40,12 +40,6 @@ gst_color_balance_set_value
|
|||
gst_color_balance_value_changed
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstgconf</FILE>
|
||||
<INCLUDE>gst/gconf/gconf.h</INCLUDE>
|
||||
gst_gconf_get_string
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gstmixer</FILE>
|
||||
<INCLUDE>gst/interfaces/mixer.h</INCLUDE>
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
<!-- ##### SECTION Title ##### -->
|
||||
gstgconf
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
gconf default elements support
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
Loading…
Reference in a new issue