diff --git a/gst-libs/gst/webrtc/dtlstransport.h b/gst-libs/gst/webrtc/dtlstransport.h index b27e97790b..207328e736 100644 --- a/gst-libs/gst/webrtc/dtlstransport.h +++ b/gst-libs/gst/webrtc/dtlstransport.h @@ -53,7 +53,7 @@ struct _GstWebRTCDTLSTransport struct _GstWebRTCDTLSTransportClass { - GstBinClass parent_class; + GstObjectClass parent_class; gpointer _padding[GST_PADDING]; }; diff --git a/gst-libs/gst/webrtc/icetransport.h b/gst-libs/gst/webrtc/icetransport.h index 4dad627ef2..86860a2367 100644 --- a/gst-libs/gst/webrtc/icetransport.h +++ b/gst-libs/gst/webrtc/icetransport.h @@ -53,7 +53,7 @@ struct _GstWebRTCICETransport struct _GstWebRTCICETransportClass { - GstBinClass parent_class; + GstObjectClass parent_class; gboolean (*gather_candidates) (GstWebRTCICETransport * transport);