Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
demuxer - Seek - set m_seekTime variable to zero before Wait()
It's really a fatal error. If the predicate is not set to zero, then _PredicateCallbackDefault() function (see platform/mutex.h) gives true return value. It means that Wait() returns ASAP. This also means that m_seekTime must not be set to a zero value in the ParseSubscriptionSkip().
- Loading branch information