From: Sebastian Dröge Date: Tue, 5 Apr 2022 17:28:36 +0000 (+0300) Subject: rtpsession: Remove unused twcc fields from the struct X-Git-Tag: 1.22.0~1915 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46d7763879f5a63e43466385348ca0fc888cd2e8;p=platform%2Fupstream%2Fgstreamer.git rtpsession: Remove unused twcc fields from the struct Part-of: --- diff --git a/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h b/subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h index 949fcc4..4c6d18c 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; }; /**