bytereader: Add padding

This commit is contained in:
Sebastian Dröge 2011-10-28 13:02:10 +02:00
parent 8f9a330156
commit e3d4875af5

View file

@ -41,6 +41,9 @@ typedef struct {
guint size;
guint byte; /* Byte position */
/* < private > */
gpointer _gst_reserved[GST_PADDING];
} GstByteReader;
GstByteReader * gst_byte_reader_new (const guint8 *data, guint size);