mssdemux: do not unlock not locked mutex

This commit is contained in:
Thiago Santos 2014-10-31 17:32:39 -03:00 committed by Thiago Santos
parent 50f2a803f6
commit e644b5e6ae

View file

@ -1409,7 +1409,6 @@ gst_mss_demux_stream_download_uri (GstMssDemux * demux,
&stream->fragment_download_lock);
}
ret = stream->last_ret;
g_mutex_unlock (&stream->fragment_download_lock);
GST_DEBUG_OBJECT (stream->pad, "Fragment download finished: %s", uri);
}