Crates.io | gst-log-parser |
lib.rs | gst-log-parser |
version | 0.5.0 |
created_at | 2019-06-18 09:11:38.71781+00 |
updated_at | 2024-12-20 15:34:14.931979+00 |
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 | 96,834 |
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: