summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph264depay.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/gstrtph264depay.h
parent3d9d2c6c058a697d006ef5ef14e75eeef448aac7 (diff)
update for base class rename
Diffstat (limited to 'gst/rtp/gstrtph264depay.h')
-rw-r--r--gst/rtp/gstrtph264depay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/gstrtph264depay.h b/gst/rtp/gstrtph264depay.h
index f50ffe6a3..2b2865a5a 100644
--- a/gst/rtp/gstrtph264depay.h
+++ b/gst/rtp/gstrtph264depay.h
@@ -42,7 +42,7 @@ typedef struct _GstRtpH264DepayClass GstRtpH264DepayClass;
struct _GstRtpH264Depay
{
- GstBaseRTPDepayload depayload;
+ GstRTPBaseDepayload depayload;
gboolean byte_stream;
@@ -65,7 +65,7 @@ struct _GstRtpH264Depay
struct _GstRtpH264DepayClass
{
- GstBaseRTPDepayloadClass parent_class;
+ GstRTPBaseDepayloadClass parent_class;
};
GType gst_rtp_h264_depay_get_type (void);