diff options
author | Maciej Wolny <maciej.wolny@codethink.co.uk> | 2018-11-20 10:37:47 +0000 |
---|---|---|
committer | Maciej Wolny <maciej.wolny@codethink.co.uk> | 2018-11-28 12:24:37 +0000 |
commit | 465ea32d73be9c1ca2ec96ff1319bf136a9aa3b6 (patch) | |
tree | 4a2bfd63d9a6535cc16a793e7e7d0d3c199f4b80 /gst-libs | |
parent | 2c81a50c2c3c0484ee4cca36adb197689d7db6af (diff) |
webrtc: Remove duplicate declarations
This causes 'redefinition of typedef ...' errors on GCC 4.5.3
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/webrtc/rtpreceiver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gst-libs/gst/webrtc/rtpreceiver.h b/gst-libs/gst/webrtc/rtpreceiver.h index 82a541cf8..99ef6298e 100644 --- a/gst-libs/gst/webrtc/rtpreceiver.h +++ b/gst-libs/gst/webrtc/rtpreceiver.h @@ -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; |