Crates.io | gst-log-parser |
lib.rs | gst-log-parser |
version | 0.4.1 |
source | src |
created_at | 2019-06-18 09:11:38.71781 |
updated_at | 2024-02-09 15:58:29.916983 |
description | Crate providing a convenient API to parse GStreamer logs |
homepage | https://github.com/gdesmott/gst-log-parser/ |
repository | |
max_upload_size | |
id | 141904 |
size | 98,020 |
Simple Rust library to parse GStreamer logs.
See the examples demonstrating how to use it.
cargo build --release
cargo run --release --example
and are also available in target/release/examples/
examples
contains a few log parsers. They can be used as examples demonstrating how to use this crate
but also should be useful when debugging specific issues.
This is a buffer flow analyzer consuming logs generated with GST_DEBUG="GST_TRACER:7" GST_TRACERS=stats
.
It can be used to: