docs/plugins/: added v4l2 stubs
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Oct 2006 10:29:11 +0000 (10:29 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 4 Oct 2006 10:29:11 +0000 (10:29 +0000)
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

ChangeLog
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
gst-plugins-good.spec.in

index ba6e093..1064b5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 30907b9..86200d0 100644 (file)
@@ -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/
index 2612624..189fd11 100644 (file)
@@ -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>
 
     <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>
index c0e33e1..e29b25d 100644 (file)
@@ -605,6 +605,25 @@ 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
 <TITLE>ximagesrc</TITLE>
index 2bfa126..eae7260 100644 (file)
@@ -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