projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9dd8ca
)
gdp: private prototype
author
Thomas Vander Stichele
<thomas@apestaart.org>
Wed, 19 May 2004 16:59:39 +0000
(16:59 +0000)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 25 Dec 2011 22:49:56 +0000
(22:49 +0000)
Original commit message from CVS:
private prototype
gst/gdp/dp-private.h
patch
|
blob
|
history
diff --git
a/gst/gdp/dp-private.h
b/gst/gdp/dp-private.h
index
be19ab5
..
d253789
100644
(file)
--- a/
gst/gdp/dp-private.h
+++ b/
gst/gdp/dp-private.h
@@
-48,6
+48,7
@@
G_BEGIN_DECLS
#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