Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-20 20:20:59 +0300
committerTim-Philipp Müller <tim@centricular.com>2020-07-20 20:20:59 +0300
commit913e17e19ec354cc47abf944d6a96dc2ae3e8dc5 (patch)
treef83be213fc44470d3731e70a019719784d6e3db9 /gst
parent7effe918d1a79fb592d9888bcb4c49aeb73c0189 (diff)
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>
Diffstat (limited to 'gst')
-rw-r--r--gst/rtpmanager/rtptwcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtpmanager/rtptwcc.h b/gst/rtpmanager/rtptwcc.h
index ac8f57add..50da70477 100644
--- a/gst/rtpmanager/rtptwcc.h
+++ b/gst/rtpmanager/rtptwcc.h
@@ -25,7 +25,6 @@
#include <gst/rtp/rtp.h>
#include "rtpstats.h"
-typedef struct _RTPTWCCManager RTPTWCCManager;
typedef struct _RTPTWCCPacket RTPTWCCPacket;
typedef enum _RTPTWCCPacketStatus RTPTWCCPacketStatus;