mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs/plugins/gst-plugins-good-plugins-docs.sgml: Remove v4l2src from docs, since it breaks the docs build, and the pl...
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-docs.sgml: Remove v4l2src from docs, since it breaks the docs build, and the plugin is only built if --enable-experimental is used anyway. * docs/plugins/Makefile.am: Spaces => tab.
This commit is contained in:
parent
066598d8de
commit
baa94a9b42
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-04-30 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
||||
Remove v4l2src from docs, since it breaks the docs build, and the
|
||||
plugin is only built if --enable-experimental is used anyway.
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
Spaces => tab.
|
||||
|
||||
2007-04-29 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/udp/gstmultiudpsink.c: (leave_multicast),
|
||||
|
|
|
@ -122,7 +122,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/sys/oss/gstossmixerelement.h \
|
||||
$(top_srcdir)/sys/oss/gstosssrc.h \
|
||||
$(top_srcdir)/sys/oss/gstosssink.h \
|
||||
$(top_srcdir)/sys/v4l2/gstv4l2src.h \
|
||||
$(top_srcdir)/sys/v4l2/gstv4l2src.h \
|
||||
$(top_srcdir)/sys/ximage/gstximagesrc.h
|
||||
|
||||
# example code that needs to be converted to xml and placed in xml/
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
<xi:include href="xml/element-videoflip.xml" />
|
||||
<xi:include href="xml/element-videomixer.xml" />
|
||||
<xi:include href="xml/element-wavparse.xml" />
|
||||
<xi:include href="xml/element-v4l2src.xml" />
|
||||
<!-- <xi:include href="xml/element-v4l2src.xml" /> -->
|
||||
<xi:include href="xml/element-ximagesrc.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -113,7 +113,7 @@
|
|||
<xi:include href="xml/plugin-videomixer.xml" />
|
||||
<xi:include href="xml/plugin-wavenc.xml" />
|
||||
<xi:include href="xml/plugin-wavparse.xml" />
|
||||
<xi:include href="xml/plugin-video4linux2.xml" />
|
||||
<!-- <xi:include href="xml/plugin-video4linux2.xml" /> -->
|
||||
<xi:include href="xml/plugin-ximagesrc.xml" />
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
Loading…
Reference in a new issue