diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-21 13:37:20 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-07-22 11:45:56 +0100 |
commit | 277327e4e5ee677bfd6ddd9e04f8135205f16f34 (patch) | |
tree | c86fdacb3af616eeac2ed0489cc4f00167663f66 /docs/plugins | |
parent | 4d926e3b0d57b70ba6cbe1351a98d77c0e34d019 (diff) | |
download | gst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.tar.gz gst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.tar.bz2 gst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.zip |
docs: add pcapparse to docs
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 | 15 |
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 98598b17..a39a56bd 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -140,6 +140,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/mxf/mxfdemux.h \ $(top_srcdir)/gst/mxf/mxfmux.h \ $(top_srcdir)/gst/nuvdemux/gstnuvdemux.h \ + $(top_srcdir)/gst/pcapparse/gstpcapparse.h \ $(top_srcdir)/gst/rawparse/gstaudioparse.h \ $(top_srcdir)/gst/rawparse/gstvideoparse.h \ $(top_srcdir)/gst/rtpmanager/gstrtpbin.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-docs.sgml b/docs/plugins/gst-plugins-bad-plugins-docs.sgml index 8d1dba41..08ccb543 100644 --- a/docs/plugins/gst-plugins-bad-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-bad-plugins-docs.sgml @@ -68,6 +68,7 @@ <xi:include href="xml/element-mxfmux.xml" /> <xi:include href="xml/element-nuvdemux.xml" /> <xi:include href="xml/element-output-selector.xml" /> + <xi:include href="xml/element-pcapparse.xml" /> <xi:include href="xml/element-rtpdtmfdepay.xml" /> <xi:include href="xml/element-rtpdtmfsrc.xml" /> <xi:include href="xml/element-rtpdtmfmux.xml" /> @@ -145,6 +146,7 @@ <xi:include href="xml/plugin-neon.xml" /> <xi:include href="xml/plugin-nsfdec.xml" /> <xi:include href="xml/plugin-nuvdemux.xml" /> + <xi:include href="xml/plugin-pcapparse.xml" /> <xi:include href="xml/plugin-rawparse.xml" /> <xi:include href="xml/plugin-real.xml" /> <xi:include href="xml/plugin-rfbsrc.xml" /> diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index c220f0ca..ec0c0b7b 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -720,6 +720,21 @@ gst_output_selector_get_type </SECTION> <SECTION> +<FILE>element-pcapparse</FILE> +<TITLE>pcapparse</TITLE> +GstPcapParse +<SUBSECTION Standard> +GstPcapParseClass +GST_PCAP_PARSE +GST_PCAP_PARSE_CLASS +GST_IS_PCAP_PARSE +GST_IS_PCAP_PARSE_CLASS +GST_TYPE_PCAP_PARSE +GstPcapParseState +gst_pcap_parse_get_type +</SECTION> + +<SECTION> <FILE>element-rtpdtmfdepay</FILE> <TITLE>rtpdtmfdepay</TITLE> GstRtpDTMFDepay |