James Cowgill 3846b0563a v4l2codecs: Fix segfault when destroying non-detached allocator
The GstV4l2CodecAllocator dispose function clears `self->decoder` but
the finalize function then tries to use it if the allocator has no been
detached yet.

Fix by detaching in the dispose function before we clear
`self->decoder`.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1220>
2021-11-02 15:25:48 +00:00
..
2020-05-02 09:55:12 +00:00
2021-01-14 19:16:01 +00:00
2021-10-15 02:32:40 +00:00
2021-11-02 10:15:42 +01:00
2020-04-03 10:15:09 +02:00
2020-10-26 12:13:12 +00:00
2020-05-31 11:11:18 +01:00
2021-08-08 19:42:24 +01:00
2021-08-24 20:52:06 +00:00