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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'video/videofx/src/colordetect/imp.rs')
-rw-r--r--video/videofx/src/colordetect/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/videofx/src/colordetect/imp.rs b/video/videofx/src/colordetect/imp.rs
index b321d150..f3112c86 100644
--- a/video/videofx/src/colordetect/imp.rs
+++ b/video/videofx/src/colordetect/imp.rs
@@ -105,7 +105,7 @@ impl ColorDetect {
.map(|c| ((c.r as u32) << 16) | ((c.g as u32) << 8) | (c.b as u32)),
);
- self.instance()
+ self.obj()
.post_message(
gst::message::Element::builder(
gst::structure::Structure::builder("colordetect")