gstreamer-rs icon indicating copy to clipboard operation
gstreamer-rs copied to clipboard

GStreamer bindings for Rust - This repository moved to https://gitlab.freedesktop.org/gstreamer/gstreamer-rs

Results 1 gstreamer-rs issues
Sort by recently updated
recently updated
newest added

I'm trying to implement splitting record files with such a pipeline `source->tee->queue1->encoder->filesink` ` ->queue2->visualization` Previously I used add_probe on the src pad of tee with GST_PAD_PROBE_TYPE_IDLE to unlink it from...