gst-plugins-rs/generic/streamgrouper/build.rs
Alicia Boya García f12bd41510 Add streamgrouper element
streamgrouper allows to construct simple gst-launch pipelines where
streams of different group-ids are merged to use the same group-id.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1745>
2024-10-22 13:08:08 +00:00

3 lines
53 B
Rust

fn main() {
gst_plugin_version_helper::info();
}