mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SrsSource::set_bridger(ISrsSourceBridger* v)
|
void SrsSource::bridge_to(ISrsSourceBridger* v)
|
||||||
{
|
{
|
||||||
bridger = v;
|
bridger = v;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue