Bug 1661668 - Rename CrossGraphManager to CrossGraphPort. r=padenot

"Manager" is vague, and it seems to mostly keep some members around rather than
managing them. Port is analogue to MediaInputPort in that it acts as a link
between two tracks. Neither type of port does very much heavy lifting -- they
are similarly dumb.

Differential Revision: https://phabricator.services.mozilla.com/D88812
This commit is contained in:
Andreas Pehrson
2020-08-31 16:08:21 +00:00
parent 0ffa4aa1fa
commit 24a5ad65a6
7 changed files with 31 additions and 32 deletions

View File

@@ -13,7 +13,7 @@
#include "AudioStreamTrack.h"
#include "AutoplayPolicy.h"
#include "ChannelMediaDecoder.h"
#include "CrossGraphTrack.h"
#include "CrossGraphPort.h"
#include "DOMMediaStream.h"
#include "DecoderDoctorDiagnostics.h"
#include "DecoderDoctorLogger.h"