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/gtk4/src/sink/paintable/imp.rs')
-rw-r--r--video/gtk4/src/sink/paintable/imp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/gtk4/src/sink/paintable/imp.rs b/video/gtk4/src/sink/paintable/imp.rs
index f768f5ab..e4ed42b2 100644
--- a/video/gtk4/src/sink/paintable/imp.rs
+++ b/video/gtk4/src/sink/paintable/imp.rs
@@ -158,10 +158,10 @@ impl SinkPaintable {
old_size,
new_size,
);
- self.instance().invalidate_size();
+ self.obj().invalidate_size();
}
- self.instance().invalidate_contents();
+ self.obj().invalidate_contents();
}
}
}