rtpmanager: fix "redefinition of typedef RTPTWCCManager" compiler warning
authorTim-Philipp Müller <tim@centricular.com>
Mon, 20 Jul 2020 17:20:59 +0000 (18:20 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 20 Jul 2020 17:20:59 +0000 (18:20 +0100)
G_DECLARE_FINAL_TYPE includes this typedef as well.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/675>

gst/rtpmanager/rtptwcc.h

index ac8f57a..50da704 100644 (file)
@@ -25,7 +25,6 @@
 #include <gst/rtp/rtp.h>
 #include "rtpstats.h"
 
-typedef struct _RTPTWCCManager RTPTWCCManager;
 typedef struct _RTPTWCCPacket RTPTWCCPacket;
 typedef enum _RTPTWCCPacketStatus RTPTWCCPacketStatus;