From f045099fc135d54a74b7a918e8ffcce5352ad3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 23 Oct 2022 18:42:58 +0300 Subject: Fix GObject type names, GStreamer debug category names and element factory names Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/198 --- generic/sodium/src/encrypter/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/sodium/src/encrypter/imp.rs') diff --git a/generic/sodium/src/encrypter/imp.rs b/generic/sodium/src/encrypter/imp.rs index fd121c2e6..a6a96dd4c 100644 --- a/generic/sodium/src/encrypter/imp.rs +++ b/generic/sodium/src/encrypter/imp.rs @@ -325,7 +325,7 @@ impl Encrypter { #[glib::object_subclass] impl ObjectSubclass for Encrypter { - const NAME: &'static str = "RsSodiumEncrypter"; + const NAME: &'static str = "GstSodiumEncrypter"; type Type = super::Encrypter; type ParentType = gst::Element; -- cgit v1.2.3