mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
webrtc: Remove duplicate declarations
This causes 'redefinition of typedef ...' errors on GCC 4.5.3
This commit is contained in:
parent
2c81a50c2c
commit
465ea32d73
1 changed files with 0 additions and 3 deletions
|
@ -35,9 +35,6 @@ GType gst_webrtc_rtp_receiver_get_type(void);
|
|||
#define GST_IS_WEBRTC_RTP_RECEIVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass) ,GST_TYPE_WEBRTC_RTP_RECEIVER))
|
||||
#define GST_WEBRTC_RTP_RECEIVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj) ,GST_TYPE_WEBRTC_RTP_RECEIVER,GstWebRTCRTPReceiverClass))
|
||||
|
||||
typedef struct _GstWebRTCRTPReceiver GstWebRTCRTPReceiver;
|
||||
typedef struct _GstWebRTCRTPReceiverClass GstWebRTCRTPReceiverClass;
|
||||
|
||||
struct _GstWebRTCRTPReceiver
|
||||
{
|
||||
GstObject parent;
|
||||
|
|
Loading…
Reference in a new issue