Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-12-22 16:18:09 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
b881166f9a8241a34205cdbd32bbe2a1c983d084
b881166f
2 parents
5f915aa9
c7850570
merge from srs2
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
6 行增加
和
3 行删除
README.md
trunk/src/app/srs_app_st.cpp
README.md
查看文件 @
b881166
...
...
@@ -1288,6 +1288,7 @@ Winlin
[
bug #511
]:
https://github.com/ossrs/srs/issues/511
[
bug #518
]:
https://github.com/ossrs/srs/issues/518
[
bug #541
]:
https://github.com/ossrs/srs/issues/541
[
bug #546
]:
https://github.com/ossrs/srs/issues/546
[
bug #xxxxxxxxxx
]:
https://github.com/ossrs/srs/issues/xxxxxxxxxx
[
exo #828
]:
https://github.com/google/ExoPlayer/pull/828
...
...
trunk/src/app/srs_app_st.cpp
查看文件 @
b881166
...
...
@@ -237,11 +237,13 @@ namespace internal
// readly terminated now.
really_terminated
=
true
;
handler
->
on_thread_stop
();
srs_info
(
"thread %s cycle finished"
,
_name
);
// when thread terminated normally, also disposed.
// we must set to disposed before the on_thread_stop, which may free the thread.
// @see https://github.com/ossrs/srs/issues/546
disposed
=
true
;
handler
->
on_thread_stop
();
srs_info
(
"thread %s cycle finished"
,
_name
);
}
void
*
SrsThread
::
thread_fun
(
void
*
arg
)
...
...
请
注册
或
登录
后发表评论