libs/gst/base/gstcollectpads.c: Unlock mutex when removing an unknown pad.
authorAlessandro Decina <alessandro@nnva.org>
Tue, 30 May 2006 09:42:09 +0000 (09:42 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 30 May 2006 09:42:09 +0000 (09:42 +0000)
commitfc62a6f51134fb2f07c0978a87beb128c124ddf6
tree14ef0da3f7a204e693c0ab428457ff87e99fff1a
parentccc17d0bff6135ea485919ee930828170c47d5a1
libs/gst/base/gstcollectpads.c: Unlock mutex when removing an unknown pad.

Original commit message from CVS:
Patch by: Alessandro Decina <alessandro at nnva dot org>
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_remove_pad):
Unlock mutex when removing an unknown pad.
Fixes #343334.
* tests/check/Makefile.am:
* tests/check/libs/collectpads.c: (collected_cb), (push_buffer),
(push_event), (setup), (teardown), (GST_START_TEST),
(gst_collect_pads_suite), (main):
Added collecpads check, disabled for now as check crashes for
some reason.
ChangeLog
libs/gst/base/gstcollectpads.c
tests/check/Makefile.am
tests/check/libs/collectpads.c [new file with mode: 0644]