summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263ppay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph263ppay.h')
-rw-r--r--gst/rtp/gstrtph263ppay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph263ppay.h b/gst/rtp/gstrtph263ppay.h
index b01fb843e..59500ceb0 100644
--- a/gst/rtp/gstrtph263ppay.h
+++ b/gst/rtp/gstrtph263ppay.h
@@ -48,7 +48,7 @@ typedef enum
struct _GstRtpH263PPay
{
- GstBaseRTPPayload payload;
+ GstRTPBasePayload payload;
GstAdapter *adapter;
GstClockTime first_timestamp;
@@ -58,7 +58,7 @@ struct _GstRtpH263PPay
struct _GstRtpH263PPayClass
{
- GstBaseRTPPayloadClass parent_class;
+ GstRTPBasePayloadClass parent_class;
};
GType gst_rtp_h263p_pay_get_type (void);