From 46d7763879f5a63e43466385348ca0fc888cd2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 5 Apr 2022 20:28:36 +0300 Subject: [PATCH] rtpsession: Remove unused twcc fields from the struct Part-of: --- subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h b/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h index 949fcc49b8..4c6d18c580 100644 --- a/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h +++ b/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h @@ -312,8 +312,6 @@ struct _RTPSession { /* Transport-wide cc-extension */ RTPTWCCManager *twcc; RTPTWCCStats *twcc_stats; - guint8 twcc_recv_ext_id; - guint8 twcc_send_ext_id; }; /**