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
diff options
context:
space:
mode:
Diffstat (limited to 'generic/sodium/src/encrypter/imp.rs')
-rw-r--r--generic/sodium/src/encrypter/imp.rs2
1 files changed, 1 insertions, 1 deletions
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;