summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-21 13:37:20 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-22 11:45:56 +0100
commit277327e4e5ee677bfd6ddd9e04f8135205f16f34 (patch)
treec86fdacb3af616eeac2ed0489cc4f00167663f66 /gst
parent4d926e3b0d57b70ba6cbe1351a98d77c0e34d019 (diff)
downloadgst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.tar.gz
gst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.tar.bz2
gst-plugins-bad-277327e4e5ee677bfd6ddd9e04f8135205f16f34.zip
docs: add pcapparse to docs
Diffstat (limited to 'gst')
-rw-r--r--gst/pcapparse/gstpcapparse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/pcapparse/gstpcapparse.h b/gst/pcapparse/gstpcapparse.h
index 8e45f8b2..cc1b55f6 100644
--- a/gst/pcapparse/gstpcapparse.h
+++ b/gst/pcapparse/gstpcapparse.h
@@ -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;