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 --- audio/csound/src/filter/imp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/csound/src/filter/imp.rs') diff --git a/audio/csound/src/filter/imp.rs b/audio/csound/src/filter/imp.rs index f3bee5785..060278828 100644 --- a/audio/csound/src/filter/imp.rs +++ b/audio/csound/src/filter/imp.rs @@ -299,7 +299,7 @@ impl CsoundFilter { #[glib::object_subclass] impl ObjectSubclass for CsoundFilter { - const NAME: &'static str = "CsoundFilter"; + const NAME: &'static str = "GstCsoundFilter"; type Type = super::CsoundFilter; type ParentType = gst_base::BaseTransform; -- cgit v1.2.3