diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-05 10:20:14 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:54:37 +0100 |
commit | 4b241b4fba5976eacdd8115576b18dd6138bb7ba (patch) | |
tree | 34642f6f370c9e1439412e862768a1e862bc4304 /gst/gdp/dataprotocol.h | |
parent | fc38357861c234cb15fdab419f5773769fcf2234 (diff) | |
download | gstreamer-plugins-bad-4b241b4fba5976eacdd8115576b18dd6138bb7ba.tar.gz |
gdp: Ported dataprotol to 0.9.
Original commit message from CVS:
* configure.ac:
* libs/gst/dataprotocol/Makefile.am:
* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_validate_packet):
* libs/gst/dataprotocol/dataprotocol.h:
* pkgconfig/Makefile.am:
* pkgconfig/gstreamer-dataprotocol-uninstalled.pc.in:
* pkgconfig/gstreamer-dataprotocol.pc.in:
Ported dataprotol to 0.9.
Added pkgconfig files.
Diffstat (limited to 'gst/gdp/dataprotocol.h')
-rw-r--r-- | gst/gdp/dataprotocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/gdp/dataprotocol.h b/gst/gdp/dataprotocol.h index 59fadf5a1..37276e63d 100644 --- a/gst/gdp/dataprotocol.h +++ b/gst/gdp/dataprotocol.h @@ -20,7 +20,6 @@ * Boston, MA 02111-1307, USA. */ -#ifdef GST_ENABLE_NEW #ifndef __GST_DATA_PROTOCOL_H__ #define __GST_DATA_PROTOCOL_H__ @@ -53,6 +52,8 @@ typedef enum { GST_DP_PAYLOAD_EVENT_NONE = 64, } GstDPPayloadType; +void gst_dp_init (void); + /* payload information from header */ guint32 gst_dp_header_payload_length (const guint8 * header); GstDPPayloadType @@ -98,4 +99,3 @@ gboolean gst_dp_validate_packet (guint header_length, G_END_DECLS #endif /* __GST_DATA_PROTOCOL_H__ */ -#endif /* GST_ENABLE_NEW */ |