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/text/wrap
diff options
context:
space:
mode:
Diffstat (limited to 'text/wrap')
-rw-r--r--text/wrap/src/gsttextwrap/imp.rs2
-rw-r--r--text/wrap/tests/textwrap.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/text/wrap/src/gsttextwrap/imp.rs b/text/wrap/src/gsttextwrap/imp.rs
index a6bfaa62f..cf779937a 100644
--- a/text/wrap/src/gsttextwrap/imp.rs
+++ b/text/wrap/src/gsttextwrap/imp.rs
@@ -395,7 +395,7 @@ impl TextWrap {
#[glib::object_subclass]
impl ObjectSubclass for TextWrap {
- const NAME: &'static str = "RsTextWrap";
+ const NAME: &'static str = "GstTextWrap";
type Type = super::TextWrap;
type ParentType = gst::Element;
diff --git a/text/wrap/tests/textwrap.rs b/text/wrap/tests/textwrap.rs
index 9adf1cc4f..ba8d8cb5a 100644
--- a/text/wrap/tests/textwrap.rs
+++ b/text/wrap/tests/textwrap.rs
@@ -14,7 +14,7 @@ fn init() {
INIT.call_once(|| {
gst::init().unwrap();
- gstrstextwrap::plugin_register_static().expect("textwrap test");
+ gsttextwrap::plugin_register_static().expect("textwrap test");
});
}