1
0
Fork 0
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:
winlin 2020-05-12 19:59:46 +08:00
parent 9e417d5416
commit ede6684f12

View file

@ -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;
} }