Bug 806335: MediaPipeline destroys TransportFlow on wrong thread; r=anant

This commit is contained in:
EKR 2012-10-29 15:35:12 +01:00
parent a720cd09bd
commit 2f2c416342

View File

@ -72,6 +72,8 @@ nsresult MediaPipeline::Init() {
// the pipeline on the main thread.
void MediaPipeline::DetachTransportInt() {
transport_->Detach();
rtp_transport_ = NULL;
rtcp_transport_ = NULL;
}
void MediaPipeline::DetachTransport() {