summaryrefslogtreecommitdiff
path: root/gst/realmedia/gstrdtbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/realmedia/gstrdtbuffer.h')
-rw-r--r--gst/realmedia/gstrdtbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/realmedia/gstrdtbuffer.h b/gst/realmedia/gstrdtbuffer.h
index 3fd90d6b..402424c1 100644
--- a/gst/realmedia/gstrdtbuffer.h
+++ b/gst/realmedia/gstrdtbuffer.h
@@ -86,7 +86,7 @@ struct _GstRDTPacket
/*< private >*/
GstRDTType type; /* type of current packet */
guint16 length; /* length of current packet in bytes */
- guint8 *data; /* last mapped data */
+ GstMapInfo map; /* last mapped data */
};
/* validate buffers */