After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726958 - omxvideodec: add missing unlock in the error path
omxvideodec: add missing unlock in the error path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal trivial
: 1.2.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-24 11:02 UTC by deathsimple@vodafone.de
Modified: 2014-07-23 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix. (965 bytes, patch)
2014-03-24 11:02 UTC, deathsimple@vodafone.de
committed Details | Review

Description deathsimple@vodafone.de 2014-03-24 11:02:20 UTC
Created attachment 272754 [details] [review]
Fix.

The attached patch fixes a missing mutex unlock in an error patch.

Please review and apply.
Comment 1 Tim-Philipp Müller 2014-03-24 11:12:28 UTC
Thanks, pushed:

commit 651e67e32dc309968ecd7ec15c9f30ba90d9897c
Author: Christian König <christian.koenig@amd.com>
Date:   Wed Mar 19 12:12:49 2014 +0100

    omxvideodec: add missing unlock in the error path
    
    Signed-off-by: Christian König <christian.koenig@amd.com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726958