index b3cba592a792090cd36a591a15fc7f4b8f6ac08b..a326a912f14fc4083b7cbea092643b259f31b10c 100644 (file)
#ifndef __GST_DATA_PROTOCOL_H__
#define __GST_DATA_PROTOCOL_H__
-#include <gst/gstdata.h>
#include <gst/gstbuffer.h>
#include <gst/gstevent.h>
#include <gst/gstcaps.h>
/* GStreamer Data Protocol Version */
#define GST_DP_VERSION_MAJOR 0
-#define GST_DP_VERSION_MINOR 0
+#define GST_DP_VERSION_MINOR 2
-#define GST_DP_HEADER_LENGTH 60 /* header size in bytes */
+#define GST_DP_HEADER_LENGTH 62 /* header size in bytes */
/* header flags */
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