mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
gdp: private prototype
Original commit message from CVS: private prototype
This commit is contained in:
parent
e174bad995
commit
0f505e071f
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ G_BEGIN_DECLS
|
||||||
#define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56)
|
#define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56)
|
||||||
#define GST_DP_HEADER_CRC_PAYLOAD(x) GST_DP_GUINT16 (x + 58)
|
#define GST_DP_HEADER_CRC_PAYLOAD(x) GST_DP_GUINT16 (x + 58)
|
||||||
|
|
||||||
|
void gst_dp_init (void);
|
||||||
void gst_dp_dump_byte_array (guint8 *array, guint length);
|
void gst_dp_dump_byte_array (guint8 *array, guint length);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue