summaryrefslogtreecommitdiffstats
path: root/gst/pcapparse/gstpcapparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pcapparse/gstpcapparse.h')
-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;