commit | 2d6cf77ed4d6e22fe20d29b28a228f7e1a26202b | [log] [tgz] |
---|---|---|
author | Wim Taymans <wim.taymans@gmail.com> | Mon Jul 31 15:12:59 2006 +0000 |
committer | Wim Taymans <wim.taymans@gmail.com> | Mon Jul 31 15:12:59 2006 +0000 |
tree | 7ab24fce2487f51571943ffd78937af40c646ece | |
parent | 1e944b75aacdde269a5cb62875d504ca40a38125 [diff] |
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