summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e2fb3d)
raw | patch | inline | side by side (parent: 5e2fb3d)
author | Thomas Vander Stichele <thomas@apestaart.org> | |
Wed, 19 May 2004 16:59:39 +0000 (16:59 +0000) | ||
committer | Thomas Vander Stichele <thomas@apestaart.org> | |
Wed, 19 May 2004 16:59:39 +0000 (16:59 +0000) |
Original commit message from CVS:
private prototype
private prototype
libs/gst/dataprotocol/dp-private.h | patch | blob | history |
index ee738f0059e88d1f5cda7e5c25c1084aa5301d22..087412aab9354c30dc3b8814d2bfa4fa1eda6f71 100644 (file)
#define GST_DP_HEADER_CRC_HEADER(x) GST_DP_GUINT16 (x + 56)
#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);
G_END_DECLS