libs/gst/base/gstbasetransform.c: Use OBJECT_LOCK and refcounting to get the pad...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 31 Jul 2006 15:12:59 +0000 (15:12 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 31 Jul 2006 15:12:59 +0000 (15:12 +0000)
commit2d6cf77ed4d6e22fe20d29b28a228f7e1a26202b
tree7ab24fce2487f51571943ffd78937af40c646ece
parent1e944b75aacdde269a5cb62875d504ca40a38125
libs/gst/base/gstbasetransform.c: Use OBJECT_LOCK and refcounting to get the pad caps in the buffer_alloc function be...

Original commit message from CVS:
* libs/gst/base/gstbasetransform.c:
(gst_base_transform_buffer_alloc):
Use OBJECT_LOCK and refcounting to get the pad caps in the
buffer_alloc function because the caps could change while we are
busy with them. Fixes #349105
libs/gst/base/gstbasetransform.c