mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
rtpsession: Remove unused twcc fields from the struct
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2121>
This commit is contained in:
parent
1477eb1fad
commit
46d7763879
1 changed files with 0 additions and 2 deletions
|
@ -312,8 +312,6 @@ struct _RTPSession {
|
||||||
/* Transport-wide cc-extension */
|
/* Transport-wide cc-extension */
|
||||||
RTPTWCCManager *twcc;
|
RTPTWCCManager *twcc;
|
||||||
RTPTWCCStats *twcc_stats;
|
RTPTWCCStats *twcc_stats;
|
||||||
guint8 twcc_recv_ext_id;
|
|
||||||
guint8 twcc_send_ext_id;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue