mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
112baf404e
All DRM ioctl uses errno to report the error and simply returns -1 when some error occured. This patch fixes all usage of the return value instead of errno to trace the error type and moves to g_strerror instead of string.h strerror in order to be consistent with the rest of GStreamer. |
||
---|---|---|
.. | ||
gstkmsallocator.c | ||
gstkmsallocator.h | ||
gstkmsbufferpool.c | ||
gstkmsbufferpool.h | ||
gstkmssink.c | ||
gstkmssink.h | ||
gstkmsutils.c | ||
gstkmsutils.h | ||
Makefile.am | ||
meson.build |