rtpmanager: fix "redefinition of typedef RTPTWCCManager" compiler warning

G_DECLARE_FINAL_TYPE includes this typedef as well.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/675>
This commit is contained in:
Tim-Philipp Müller 2020-07-20 18:20:59 +01:00
parent 7effe918d1
commit 913e17e19e

View 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;