Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert happens in webmmuxcontext.cpp #257

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 2 comments
Open

assert happens in webmmuxcontext.cpp #257

GoogleCodeExporter opened this issue Mar 31, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

1:        const ULONG vt = pvf->GetTimecode();
2:        assert(vt >= c.m_timecode);
3:        assert((pvf_stop == 0) || (vt < pvf_stop->GetTimecode()));

It happens when live streaming and capturing at line 2.

Original issue reported on code.google.com by [email protected] on 22 Dec 2010 at 10:42

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by [email protected] on 16 Feb 2012 at 10:28

  • Changed state: Available
  • Added labels: Component-DirectShow
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by [email protected] on 8 Mar 2012 at 12:08

  • Added labels: Pri-2, Type-Bug
  • Removed labels: Priority-Medium, Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant