docs: add pcapparse to docs
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 21 Jul 2009 12:37:20 +0000 (13:37 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 22 Jul 2009 10:45:56 +0000 (11:45 +0100)
docs/plugins/Makefile.am
docs/plugins/gst-plugins-bad-plugins-docs.sgml
docs/plugins/gst-plugins-bad-plugins-sections.txt
gst/pcapparse/gstpcapparse.h

index 98598b1702af836e2299769fbfafc7f02be25a05..a39a56bd955575029176d6c24f31d328e8fe8546 100644 (file)
@@ -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 \
index 8d1dba415d4e4ef0e64767cc0dcb0f8290bb41fd..08ccb54364df3d413863cb1d8b9ee6bb61cae1d7 100644 (file)
@@ -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" />
     <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" />
index c220f0ca4749ad84eaee1857cb19b8b698520fc7..ec0c0b7b05cf3cf9e257b2fb43e1f90c2b3e09af 100644 (file)
@@ -719,6 +719,21 @@ GST_TYPE_OUTPUT_SELECTOR
 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>
index 8e45f8b27032d4e7c27f3135dd0f7f3d9d91fdb0..cc1b55f682e9f6e252f489be8827db966c5f7c32 100644 (file)
@@ -45,10 +45,17 @@ typedef enum
   PCAP_PARSE_STATE_PARSING,
 } GstPcapParseState;
 
+/**
+ * GstPcapParse:
+ *
+ * GstPcapParse element.
+ */
+
 struct _GstPcapParse
 {
   GstElement element;
 
+  /*< private >*/
   GstPad * sink_pad;
   GstPad * src_pad;