update for base class rename
[platform/upstream/gstreamer.git] / gst / rtp / gstrtpvrawdepay.h
index 899c9fd..743c547 100644 (file)
@@ -44,7 +44,7 @@ typedef struct _GstRtpVRawDepayClass GstRtpVRawDepayClass;
 
 struct _GstRtpVRawDepay
 {
-  GstBaseRTPDepayload payload;
+  GstRTPBaseDepayload payload;
 
   GstBufferPool *pool;
   GstVideoInfo vinfo;
@@ -59,7 +59,7 @@ struct _GstRtpVRawDepay
 
 struct _GstRtpVRawDepayClass
 {
-  GstBaseRTPDepayloadClass parent_class;
+  GstRTPBaseDepayloadClass parent_class;
 };
 
 GType gst_rtp_vraw_depay_get_type (void);