From: Thomas Vander Stichele Date: Wed, 19 May 2004 16:59:39 +0000 (+0000) Subject: gdp: private prototype X-Git-Tag: 1.19.3~511^2~7020^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=889f9e1464ba61fecc8bc6c1471ee5a694ef5c81;p=platform%2Fupstream%2Fgstreamer.git gdp: private prototype Original commit message from CVS: private prototype --- diff --git a/gst/gdp/dp-private.h b/gst/gdp/dp-private.h index be19ab5..d253789 100644 --- 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