mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
de749fa356
Adding GST_CUDA_CRITICAL_ERRORS env variable so that program can be terminated on unrecoverable error. Example) GST_CUDA_CRITICAL_ERRORS=2,700 gst-launch-1.0 ... In this example, CUDA_ERROR_OUT_OF_MEMORY(2) and CUDA_ERROR_ILLEGAL_ADDRESS(700) are registered as critical error and program will be aborted on those errors Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4729> |
||
---|---|---|
.. | ||
stub | ||
cuda-gst.h | ||
cuda-prelude.h | ||
gstcuda-private.h | ||
gstcuda.h | ||
gstcudabufferpool.cpp | ||
gstcudabufferpool.h | ||
gstcudacontext.cpp | ||
gstcudacontext.h | ||
gstcudaloader.cpp | ||
gstcudaloader.h | ||
gstcudamemory.cpp | ||
gstcudamemory.h | ||
gstcudanvrtc.cpp | ||
gstcudanvrtc.h | ||
gstcudastream.cpp | ||
gstcudastream.h | ||
gstcudautils.cpp | ||
gstcudautils.h | ||
meson.build |