gstreamer/ext/x265
He Junyan c5fda68403 x265: Fix a deadlock when failing to create the x265enc.
The GST_ELEMENT_ERROR will call the gst_object_get_path_string and
use gst_object_get_parent to get the full object path name, which
needs to lock the object. But we are already in a locked context and
so this will cause a deadlock, the pipeline can not exit normally.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2451>
2021-08-09 10:28:11 +00:00
..
gstx265enc.c x265: Fix a deadlock when failing to create the x265enc. 2021-08-09 10:28:11 +00:00
gstx265enc.h x265: allow per feature registration 2021-03-23 14:19:17 +00:00
meson.build docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00