diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-10-04 10:29:11 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-10-04 10:29:11 +0000 |
commit | c85684e2d83ffabe661bdd8aaea1309fa9915a16 (patch) | |
tree | caa138dd87add2e10bd7e5d99a1d844e4596eebf /docs/plugins/gst-plugins-good-plugins-docs.sgml | |
parent | 424c5cb6f7eddcd79898c916f083f7020a314a4a (diff) |
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
Diffstat (limited to 'docs/plugins/gst-plugins-good-plugins-docs.sgml')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
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> |