projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d781d09
)
downloadbuffer: unlock mutex in error case
author
Wim Taymans
<wtaymans@redhat.com>
Fri, 10 Mar 2017 09:12:49 +0000
(10:12 +0100)
committer
Wim Taymans
<wtaymans@redhat.com>
Fri, 10 Mar 2017 09:12:49 +0000
(10:12 +0100)
plugins/elements/gstdownloadbuffer.c
patch
|
blob
|
history
diff --git
a/plugins/elements/gstdownloadbuffer.c
b/plugins/elements/gstdownloadbuffer.c
index 335dc5436af8bce678f372deaaf1fa199fad7c92..36455ac2462634b1d906e8211254c6204125a454 100644
(file)
--- a/
plugins/elements/gstdownloadbuffer.c
+++ b/
plugins/elements/gstdownloadbuffer.c
@@
-1250,6
+1250,7
@@
out_seeking:
}
write_error:
{
+ GST_DOWNLOAD_BUFFER_MUTEX_UNLOCK (dlbuf);
gst_buffer_unmap (buffer, &info);
gst_buffer_unref (buffer);
GST_ELEMENT_ERROR (dlbuf, RESOURCE, WRITE,