summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmpapay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-11-11 12:25:01 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-11-11 12:25:01 +0100
commit249d0083ccb8b18a0f0efbdea3be625b77dfcb45 (patch)
tree8f49b469e44dbb180cb89fdfd5abd0ffd6f63a5a /gst/rtp/gstrtpmpapay.h
parent3d9d2c6c058a697d006ef5ef14e75eeef448aac7 (diff)
update for base class rename
Diffstat (limited to 'gst/rtp/gstrtpmpapay.h')
-rw-r--r--gst/rtp/gstrtpmpapay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpmpapay.h b/gst/rtp/gstrtpmpapay.h
index cdab19669..5bc6dd158 100644
--- a/gst/rtp/gstrtpmpapay.h
+++ b/gst/rtp/gstrtpmpapay.h
@@ -42,7 +42,7 @@ typedef struct _GstRtpMPAPayClass GstRtpMPAPayClass;
struct _GstRtpMPAPay
{
- GstBaseRTPPayload payload;
+ GstRTPBasePayload payload;
GstAdapter *adapter;
GstClockTime first_ts;
@@ -51,7 +51,7 @@ struct _GstRtpMPAPay
struct _GstRtpMPAPayClass
{
- GstBaseRTPPayloadClass parent_class;
+ GstRTPBasePayloadClass parent_class;
};
GType gst_rtp_mpa_pay_get_type (void);