rtpsession: Remove unused twcc fields from the struct
authorSebastian Dröge <sebastian@centricular.com>
Tue, 5 Apr 2022 17:28:36 +0000 (20:28 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 6 Apr 2022 07:15:13 +0000 (10:15 +0300)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2121>

subprojects/gst-plugins-good/gst/rtpmanager/rtpsession.h

index 949fcc4..4c6d18c 100644 (file)
@@ -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;
 };
 
 /**