Bug 752796. More logging. r=jesup

This commit is contained in:
Robert O'Callahan 2012-06-22 22:51:04 +12:00
parent e29c5c0e0a
commit 3af104f72b

View File

@ -549,6 +549,7 @@ MediaStreamGraphImpl::FinishStream(MediaStream* aStream)
{
if (aStream->mFinished)
return;
printf("MediaStreamGraphImpl::FinishStream\n");
LOG(PR_LOG_DEBUG, ("MediaStream %p will finish", aStream));
aStream->mFinished = true;
// Force at least one more iteration of the control loop, since we rely