summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpsirenpay.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/gstrtpsirenpay.h
parent3d9d2c6c058a697d006ef5ef14e75eeef448aac7 (diff)
downloadgstreamer-plugins-good-249d0083ccb8b18a0f0efbdea3be625b77dfcb45.tar.gz
update for base class rename
Diffstat (limited to 'gst/rtp/gstrtpsirenpay.h')
-rw-r--r--gst/rtp/gstrtpsirenpay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtpsirenpay.h b/gst/rtp/gstrtpsirenpay.h
index cb6625eaa..3e5ac71fc 100644
--- a/gst/rtp/gstrtpsirenpay.h
+++ b/gst/rtp/gstrtpsirenpay.h
@@ -41,12 +41,12 @@ typedef struct _GstRTPSirenPayClass GstRTPSirenPayClass;
struct _GstRTPSirenPay
{
- GstBaseRTPAudioPayload audiopayload;
+ GstRTPBaseAudioPayload audiopayload;
};
struct _GstRTPSirenPayClass
{
- GstBaseRTPAudioPayloadClass parent_class;
+ GstRTPBaseAudioPayloadClass parent_class;
};
GType gst_rtp_siren_pay_get_type (void);