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

for merge

This commit is contained in:
wenjiegit 2013-12-13 02:07:50 +08:00
parent 6e9f375606
commit 25caf5db36
2 changed files with 3 additions and 3 deletions

View file

@ -169,7 +169,7 @@ public:
* @return the matched source, never be NULL.
* @remark stream_url should without port and schema.
*/
static SrsSource* find(std::string stream_url);
static SrsSource* find(const std::string& stream_url);
private:
std::string stream_url;
// to delivery stream to clients.
@ -221,4 +221,4 @@ public:
virtual void set_cache(bool enabled);
};
#endif
#endif