small fixes

Original commit message from CVS:
small fixes
This commit is contained in:
Thomas Vander Stichele 2006-06-02 16:45:59 +00:00
parent 909d0a7f9a
commit dcbca1e193
2 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@
/**
* SECTION:element-gdpdepay
* @see_also: videorate, ffmpegcolorspace
* @see_also: gdppay
*
* <refsect2>
* <para>

View file

@ -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