summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/gdp/gstgdpdepay.c2
-rw-r--r--gst/gdp/gstgdppay.h4
2 files changed, 5 insertions, 1 deletions
diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c
index 89de9b4f..84fd028c 100644
--- a/gst/gdp/gstgdpdepay.c
+++ b/gst/gdp/gstgdpdepay.c
@@ -19,7 +19,7 @@
/**
* SECTION:element-gdpdepay
- * @see_also: videorate, ffmpegcolorspace
+ * @see_also: gdppay
*
* <refsect2>
* <para>
diff --git a/gst/gdp/gstgdppay.h b/gst/gdp/gstgdppay.h
index f90cadfa..d4ede13e 100644
--- a/gst/gdp/gstgdppay.h
+++ b/gst/gdp/gstgdppay.h
@@ -52,6 +52,10 @@ struct _GstGDPPay
gboolean sent_streamheader; /* TRUE after the first streamheaders are sent */
GList *queue; /* list of queued buffers before streamheaders are sent */
guint64 offset;
+
+ gboolean crc_header;
+ gboolean crc_payload;
+ GstDPHeaderFlag header_flag;
};
struct _GstGDPPayClass