gstreamer/tests/check
Matthew Waters a7c2aa473f vulkan/image: don't rely on weak-ref notifies for views
Weak refs don't quite work here correctly as there is always a race with
taking the lock between find_view() and remove_view().  If find_view()
returns a view that is going to removed by remove_view() then we have an
interesting situation.

In theory, the number and type of views for an image are relatively
constant and should not change one they've been set up which means that
it is actually practical to perform pool-like reference counting here
where the image holds a pool of different views that it can give out
as necessary.
2019-11-28 23:27:21 +00:00
..
elements avtpcvfdepay: Don't hide gst_pad_push return 2019-11-19 13:35:00 +00:00
generic Remove autotools build system 2019-10-14 13:54:27 +01:00
libs vulkan/image: don't rely on weak-ref notifies for views 2019-11-28 23:27:21 +00:00
media meson test: Enable libs tests 2017-12-08 18:42:22 +01:00
pipelines documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
gst-plugins-bad.supp tests/check/gst-plugins-bad.supp: Add suppressions for SoundTouch valgrind warnings and a valgrind warning caused by ... 2008-02-22 06:42:28 +00:00
meson.build vulkan/image: don't rely on weak-ref notifies for views 2019-11-28 23:27:21 +00:00