mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
Fix build failed bug
This commit is contained in:
parent
9e417d5416
commit
ede6684f12
1 changed files with 1 additions and 1 deletions
|
@ -1985,7 +1985,7 @@ srs_error_t SrsSource::initialize(SrsRequest* r, ISrsSourceHandler* h)
|
|||
return err;
|
||||
}
|
||||
|
||||
void SrsSource::set_bridger(ISrsSourceBridger* v)
|
||||
void SrsSource::bridge_to(ISrsSourceBridger* v)
|
||||
{
|
||||
bridger = v;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue