diff options
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 19 |
3 files changed, 22 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 30907b96..86200d0d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -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/ diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 26126246..189fd11f 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -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> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index c0e33e1c..e29b25df 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -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> |