mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-29 21:14:47 +00:00
GStreamer multimedia framework
When debugging is activated, we could end up with log files ranging in the multi-megabyte or even gigabyte range. Copying those is expensive from a cpu/io point of view in addition to clobbering the storage. Instead of always copying those files, check if they are smaller than 500kB. If not, don't copy them and instead provide a link to their location. Fixes #52 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/203> |
||
---|---|---|
debug-viewer | ||
docs | ||
hooks | ||
tracer | ||
validate | ||
.arcconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
ChangeLog | ||
gst-devtools.doap | ||
meson.build | ||
meson_options.txt | ||
NEWS | ||
RELEASE |