mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
small fixes
Original commit message from CVS: small fixes
This commit is contained in:
parent
909d0a7f9a
commit
dcbca1e193
2 changed files with 5 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-gdpdepay
|
* SECTION:element-gdpdepay
|
||||||
* @see_also: videorate, ffmpegcolorspace
|
* @see_also: gdppay
|
||||||
*
|
*
|
||||||
* <refsect2>
|
* <refsect2>
|
||||||
* <para>
|
* <para>
|
||||||
|
|
|
@ -52,6 +52,10 @@ struct _GstGDPPay
|
||||||
gboolean sent_streamheader; /* TRUE after the first streamheaders are sent */
|
gboolean sent_streamheader; /* TRUE after the first streamheaders are sent */
|
||||||
GList *queue; /* list of queued buffers before streamheaders are sent */
|
GList *queue; /* list of queued buffers before streamheaders are sent */
|
||||||
guint64 offset;
|
guint64 offset;
|
||||||
|
|
||||||
|
gboolean crc_header;
|
||||||
|
gboolean crc_payload;
|
||||||
|
GstDPHeaderFlag header_flag;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstGDPPayClass
|
struct _GstGDPPayClass
|
||||||
|
|
Loading…
Reference in a new issue