Diva Streaming

This commit is contained in:
MelwareDE 2010-04-08 22:13:25 +00:00
parent 325380b5e9
commit 557768821c
1 changed files with 2 additions and 0 deletions

View File

@ -1286,7 +1286,9 @@ void capi_DivaStreamingRemove(struct capi_pvt *i)
if (pE->diva_stream_state == DivaStreamCreated) {
/** \todo Use Diva MANUFACTURER_REQ to cancel stream */
} else if (pE->diva_stream_state == DivaStreamActive) {
cc_mutex_lock(&capi_put_lock);
pE->diva_stream->release_stream(pE->diva_stream);
cc_mutex_unlock(&capi_put_lock);
}
}
}