Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-12-01 13:22:31 +0300
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-12-01 13:26:46 +0300
commitb81bdd823a7a9f06c7f8f85db8f5918aaea88e9b (patch)
tree7afcb1fd7304e5c1afcc7710a323524586e30f2e /video
parent87d7b44dd265cb7ffd47d4e0a4e372603e0ce944 (diff)
gif: rename plugin to 'gif'
It's more coherent and what's actually used as library name.
Diffstat (limited to 'video')
-rw-r--r--video/gif/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/gif/src/lib.rs b/video/gif/src/lib.rs
index 7e0903389..1348b6d92 100644
--- a/video/gif/src/lib.rs
+++ b/video/gif/src/lib.rs
@@ -13,7 +13,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
}
gst::gst_plugin_define!(
- gifenc,
+ gif,
env!("CARGO_PKG_DESCRIPTION"),
plugin_init,
concat!(env!("CARGO_PKG_VERSION"), "-", env!("COMMIT_ID")),