webrtc: Fix wrong parent classes for DTLSTransport and ICETransport
Those are GObjects not GstBins
This commit is contained in:
parent
92576e7db8
commit
4c97eb10bc
@ -53,7 +53,7 @@ struct _GstWebRTCDTLSTransport
|
|||||||
|
|
||||||
struct _GstWebRTCDTLSTransportClass
|
struct _GstWebRTCDTLSTransportClass
|
||||||
{
|
{
|
||||||
GstBinClass parent_class;
|
GstObjectClass parent_class;
|
||||||
|
|
||||||
gpointer _padding[GST_PADDING];
|
gpointer _padding[GST_PADDING];
|
||||||
};
|
};
|
||||||
|
@ -53,7 +53,7 @@ struct _GstWebRTCICETransport
|
|||||||
|
|
||||||
struct _GstWebRTCICETransportClass
|
struct _GstWebRTCICETransportClass
|
||||||
{
|
{
|
||||||
GstBinClass parent_class;
|
GstObjectClass parent_class;
|
||||||
|
|
||||||
gboolean (*gather_candidates) (GstWebRTCICETransport * transport);
|
gboolean (*gather_candidates) (GstWebRTCICETransport * transport);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user