From dcbca1e193b0bfb638c6ae5895a4e66edf889504 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 2 Jun 2006 16:45:59 +0000 Subject: small fixes Original commit message from CVS: small fixes --- gst/gdp/gstgdpdepay.c | 2 +- gst/gdp/gstgdppay.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gst') 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 * * * 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 -- cgit v1.2.1