diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-02 16:45:59 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-06-02 16:45:59 +0000 |
commit | dcbca1e193b0bfb638c6ae5895a4e66edf889504 (patch) | |
tree | 8a63f0cf21f820e21fbe51001da8d40617aac2eb /gst | |
parent | 909d0a7f9a508e00acbae138a09e67c24b1bc719 (diff) | |
download | gst-plugins-bad-dcbca1e193b0bfb638c6ae5895a4e66edf889504.tar.gz gst-plugins-bad-dcbca1e193b0bfb638c6ae5895a4e66edf889504.tar.bz2 gst-plugins-bad-dcbca1e193b0bfb638c6ae5895a4e66edf889504.zip |
small fixes
Original commit message from CVS:
small fixes
Diffstat (limited to 'gst')
-rw-r--r-- | gst/gdp/gstgdpdepay.c | 2 | ||||
-rw-r--r-- | gst/gdp/gstgdppay.h | 4 |
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 |