mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 03:50:59 +00:00
d18dbb85d8
Will disambiguate from any other S3 plugins, and matches how we name other plugins (soup, lewton, rav1e, ...). Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/issues/76
5 lines
97 B
Rust
5 lines
97 B
Rust
extern crate gst_plugin_version_helper;
|
|
|
|
fn main() {
|
|
gst_plugin_version_helper::get_info()
|
|
}
|