mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-07 16:42:21 +00:00
gif: rename plugin to 'gif'
It's more coherent and what's actually used as library name.
This commit is contained in:
parent
87d7b44dd2
commit
b81bdd823a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||||
}
|
}
|
||||||
|
|
||||||
gst::gst_plugin_define!(
|
gst::gst_plugin_define!(
|
||||||
gifenc,
|
gif,
|
||||||
env!("CARGO_PKG_DESCRIPTION"),
|
env!("CARGO_PKG_DESCRIPTION"),
|
||||||
plugin_init,
|
plugin_init,
|
||||||
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),
|
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),
|
||||||
|
|
Loading…
Reference in a new issue