#include <string.h>
+/* FIXME 0.11: inline everything and get rid of non-inlined functions */
+
/**
* SECTION:gstbytereader
* @short_description: Reads different integer, string and floating point
return _gst_byte_reader_peek_##name##_inline (reader, val); \
}
+/* *INDENT-OFF* */
+
GST_BYTE_READER_PEEK_GET(8,guint8,uint8)
GST_BYTE_READER_PEEK_GET(8,gint8,int8)
GST_BYTE_READER_PEEK_GET(64,gdouble,float64_le)
GST_BYTE_READER_PEEK_GET(64,gdouble,float64_be)
+/* *INDENT-ON* */
+
/**
* gst_byte_reader_get_data:
* @reader: a #GstByteReader instance