-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Protect m_bClosing by m_GCStopLock 2. Fix the issue that m_GCStopLock can be setup multiple times and never be released. srt_startup()/srt_cleanup() meant to be called only once, but it doesn't be used this way in FFmpeg/VLC/GStreamer.
- Loading branch information
1 parent
9442870
commit 8a7ef48
Showing
2 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters