diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h index b1aa6a7bd4..6191179591 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/ice.h @@ -68,7 +68,7 @@ struct _GstWebRTCICECandidateStats typedef void (*GstWebRTCICEOnCandidateFunc) (GstWebRTCICE * ice, guint stream_id, gchar * candidate, gpointer user_data); struct _GstWebRTCICEClass { - GObjectClass parent_class; + GstObjectClass parent_class; GstWebRTCICEStream * (*add_stream) (GstWebRTCICE * ice, guint session_id); GstWebRTCICETransport * (*find_transport) (GstWebRTCICE * ice,