diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-22 19:43:22 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-22 19:43:22 +0200 |
commit | 4efa891f6f3a4bfc7782506daea17da81a94f8eb (patch) | |
tree | 4d867db4960ccc9f4ac1af81a09ba9ac309c7987 /docs/plugins | |
parent | e3664d57ad39c9168c18afaade39ba429b9ad672 (diff) | |
download | gst-plugins-bad-4efa891f6f3a4bfc7782506daea17da81a94f8eb.tar.gz gst-plugins-bad-4efa891f6f3a4bfc7782506daea17da81a94f8eb.tar.bz2 gst-plugins-bad-4efa891f6f3a4bfc7782506daea17da81a94f8eb.zip |
deinterlace2: Add documentation and integrate into the build system
Diffstat (limited to 'docs/plugins')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 14 |
3 files changed, 17 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index d87cddd1..d723b6ac 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -121,6 +121,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/autoconvert/gstautoconvert.h \ $(top_srcdir)/gst/camerabin/gstcamerabin.h \ $(top_srcdir)/gst/deinterlace/gstdeinterlace.h \ + $(top_srcdir)/gst/deinterlace2/gstdeinterlace2.h \ $(top_srcdir)/gst/dccp/gstdccpclientsink.h \ $(top_srcdir)/gst/dccp/gstdccpclientsrc.h \ $(top_srcdir)/gst/dccp/gstdccpserversink.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index fdf131f1..f9178b00 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -33,6 +33,7 @@ <xi:include href="xml/element-dccpserversink.xml" /> <xi:include href="xml/element-dccpserversrc.xml" /> <xi:include href="xml/element-deinterlace.xml" /> + <xi:include href="xml/element-deinterlace2.xml" /> <xi:include href="xml/element-dfbvideosink.xml" /> <xi:include href="xml/element-dtmfsrc.xml" /> <xi:include href="xml/element-dtsdec.xml" /> @@ -101,6 +102,7 @@ <xi:include href="xml/plugin-cdxaparse.xml" /> <xi:include href="xml/plugin-celt.xml" /> <xi:include href="xml/plugin-dccp.xml" /> + <xi:include href="xml/plugin-deinterlace2.xml" /> <xi:include href="xml/plugin-dfbvideosink.xml" /> <xi:include href="xml/plugin-dirac.xml" /> <xi:include href="xml/plugin-dtmf.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 593bab46..0973d7ef 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -224,6 +224,20 @@ gst_deinterlace_get_type </SECTION> <SECTION> +<FILE>element-deinterlace2</FILE> +<TITLE>deinterlace2</TITLE> +GstDeinterlace2 +<SUBSECTION Standard> +GstDeinterlace2Class +GST_IS_DEINTERLACE2 +GST_IS_DEINTERLACE2_CLASS +GST_DEINTERLACE2 +GST_DEINTERLACE2_CLASS +GST_TYPE_DEINTERLACE2 +gst_deinterlace2_get_type +</SECTION> + +<SECTION> <FILE>element-dfbvideosink</FILE> <TITLE>dfbvideosink</TITLE> GstDfbVideoSink |