mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs/plugins/: added v4l2 stubs
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: added v4l2 stubs * gst-plugins-good.spec.in: add v4l2
This commit is contained in:
parent
424c5cb6f7
commit
c85684e2d8
5 changed files with 34 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2006-10-04 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-good-plugins-sections.txt:
|
||||
added v4l2 stubs
|
||||
* gst-plugins-good.spec.in:
|
||||
add v4l2
|
||||
|
||||
2006-10-04 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
|
||||
|
|
|
@ -113,6 +113,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/ximage/gstximagesrc.h
|
||||
|
||||
# example code that needs to be converted to xml and placed in xml/
|
||||
|
|
|
@ -51,6 +51,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-ximagesrc.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@ -105,6 +106,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-ximagesrc.xml" />
|
||||
</chapter>
|
||||
</book>
|
||||
|
|
|
@ -604,6 +604,25 @@ GST_WAVPARSE_CLASS
|
|||
GST_IS_WAVPARSE_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-v4l2src</FILE>
|
||||
GstV4l2Src
|
||||
<TITLE>v4l2src</TITLE>
|
||||
<SUBSECTION Standard>
|
||||
GST_V4L2_MAX_BUFFERS
|
||||
GST_V4L2_MIN_BUFFERS
|
||||
GstV4l2BufferPool
|
||||
GstV4l2Buffer
|
||||
GstV4l2Src
|
||||
GstV4l2SrcClass
|
||||
GST_V4L2SRC
|
||||
GST_IS_V4L2SRC
|
||||
GST_TYPE_V4L2SRC
|
||||
gst_v4l2src_get_type
|
||||
GST_V4L2SRC_CLASS
|
||||
GST_IS_V4L2SRC_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-ximagesrc</FILE>
|
||||
GstXImageSrc
|
||||
|
|
|
@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstximagesrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstaudiofx.so
|
||||
|
||||
# sys plugins
|
||||
@USE_GST_V4L2_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstvideo4linux2.so
|
||||
|
||||
# gstreamer-plugins with external dependencies but in the main package
|
||||
@USE_LIBCACA_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstcacasink.so
|
||||
@USE_ESD_TRUE@%{_libdir}/gstreamer-%{majorminor}/libgstesd.so
|
||||
|
|
Loading…
Reference in a new issue