GNOME Bugzilla – Bug 745434
rtsp-media: abort when calling gst_rtsp_media_get_buffer_size()
Last modified: 2016-01-08 18:44:36 UTC
Created attachment 298262 [details] [review] rtsp-media: double g_mutex_unlock() typo fix Calling gst_rtsp_media_get_buffer_size () aborts because of double g_mutex_unlock () usage. Typical error message is: ***** Attempt to unlock mutex that was not locked Aborted ***** The simple attached patch fixes this for me for custom gstreamer build from 1.4 branch running on Debian.
Oops, thanks for the patch! commit bc7765eee7a23c602a71d796c66a73a43fb48073 Author: Gregor Boirie <gregor.boirie@parrot.com> Date: Fri Feb 27 17:45:42 2015 +0100 rtsp-media: fix double unlock in _get_buffer_size() Fixes an abort when calling gst_rtsp_media_get_buffer_size() because of double g_mutex_unlock () usage. https://bugzilla.gnome.org/show_bug.cgi?id=745434
Forgot to close this it seems..