gstreamer/sys/nvcodec
Seungha Yang 0445ed6ba5 nvenc: Fix deadlock when pad_push return was not GST_FLOW_OK
Encoding thread is terminated without any notification so
upstream streaming thread is locked because there is nothing
to pop from GAsyncQueue. If downstream returns error,
we need put SHUTDOWN_COOKIE to GAsyncQueue for chain function
can wakeup.
2019-07-30 17:49:25 +09:00
..
stub nvcodec: Fix broken ABI in cuda stub header to fix nvenc with opengl 2019-07-30 11:13:18 +09:00
cuviddec.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstcudaloader.c nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstcudaloader.h nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstcuvidloader.c nvcodec: Change log level for g_module_open failure 2019-07-25 08:47:50 +00:00
gstcuvidloader.h nvdec: Register elements per device/codec with capability check 2019-07-22 17:39:45 +00:00
gstnvbaseenc.c nvenc: Fix deadlock when pad_push return was not GST_FLOW_OK 2019-07-30 17:49:25 +09:00
gstnvbaseenc.h nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvdec.c nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstnvdec.h nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
gstnvenc.c nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvenc.h nvcodec: Clean up pointless return values around plugin init 2019-07-25 08:47:50 +00:00
gstnvh264enc.c nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvh264enc.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
gstnvh265enc.c nvenc: Register elements per GPU device with capability check 2019-07-22 21:01:41 +00:00
gstnvh265enc.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
Makefile.am nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
meson.build nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00
nvcuvid.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
nvEncodeAPI.h nvdec,nvenc: Port to dynamic library loading 2019-07-08 10:37:46 +00:00
plugin.c nvdec: Make OpenGL dependency optional 2019-07-26 00:01:23 +00:00