Skip to content

videoDevice Destructor freezes randomly when USB Capture Card is used #49

@jayantySrikrishna

Description

@jayantySrikrishna

The video Capture freezes while trying to Stop pControl.

	//Check to see if the graph is running, if so stop it.
	if ((pControl))
	{
		HR = pControl->Pause();
		if (FAILED(HR)) if (verbose)printf("ERROR - Could not pause pControl\n");

		HR = pControl->Stop();
		if (FAILED(HR)) if (verbose)printf("ERROR - Could not stop pControl\n");
	}

	//Disconnect filters from capture device
	if ((pVideoInputFilter))NukeDownstream(pVideoInputFilter);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions