diff options
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 |