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:
190adce
)
omxvideodec: add missing stream unlock in error path
author
Aurélien Zanelli
<aurelien.zanelli@parrot.com>
Mon, 2 Jun 2014 13:34:09 +0000
(15:34 +0200)
committer
Sebastian Dröge
<sebastian@centricular.com>
Mon, 2 Jun 2014 17:28:51 +0000
(19:28 +0200)
omx/gstomxvideodec.c
patch
|
blob
|
history
diff --git
a/omx/gstomxvideodec.c
b/omx/gstomxvideodec.c
index
44cb759
..
207ba88
100644
(file)
--- a/
omx/gstomxvideodec.c
+++ b/
omx/gstomxvideodec.c
@@
-1139,6
+1139,7
@@
gst_omx_video_dec_reconfigure_output_port (GstOMXVideoDec * self)
gst_video_codec_state_unref (state);
GST_ERROR_OBJECT (self, "Failed to negotiate");
err = OMX_ErrorUndefined;
+ GST_VIDEO_DECODER_STREAM_UNLOCK (self);
goto done;
}