1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SRT: Rebase develop.

This commit is contained in:
winlin 2022-06-14 20:17:00 +08:00
parent 0957cdb944
commit 93fed3874b
7 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@
#include <vector>
#include <srs_kernel_ts.hpp>
#include <srs_service_st.hpp>
#include <srs_protocol_st.hpp>
#include <srs_app_source.hpp>
class SrsSharedPtrMessage;
@ -154,7 +154,7 @@ public:
// Update the authentication information in request.
virtual void update_auth(SrsRequest* r);
public:
void set_bridger(ISrsSrtSourceBridge *bridger);
void set_bridge(ISrsSrtSourceBridge *bridger);
public:
// Create consumer
// @param consumer, output the create consumer.