summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdppay.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-06-02 16:45:59 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-06-02 16:45:59 +0000
commitdcbca1e193b0bfb638c6ae5895a4e66edf889504 (patch)
tree8a63f0cf21f820e21fbe51001da8d40617aac2eb /gst/gdp/gstgdppay.h
parent909d0a7f9a508e00acbae138a09e67c24b1bc719 (diff)
downloadgstreamer-plugins-bad-dcbca1e193b0bfb638c6ae5895a4e66edf889504.tar.gz
small fixes
Original commit message from CVS: small fixes
Diffstat (limited to 'gst/gdp/gstgdppay.h')
-rw-r--r--gst/gdp/gstgdppay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/gdp/gstgdppay.h b/gst/gdp/gstgdppay.h
index f90cadfad..d4ede13ec 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