mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
small fixes
Original commit message from CVS: small fixes
This commit is contained in:
parent
680fa3a698
commit
fca1b42746
2 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-gdpdepay
|
||||
* @see_also: videorate, ffmpegcolorspace
|
||||
* @see_also: gdppay
|
||||
*
|
||||
* <refsect2>
|
||||
* <para>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue