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/closedcaption/src/ccdetect/imp.rs')
-rw-r--r--video/closedcaption/src/ccdetect/imp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/closedcaption/src/ccdetect/imp.rs b/video/closedcaption/src/ccdetect/imp.rs
index b54b27e5..1208a08c 100644
--- a/video/closedcaption/src/ccdetect/imp.rs
+++ b/video/closedcaption/src/ccdetect/imp.rs
@@ -208,10 +208,10 @@ impl CCDetect {
}
if notify_cc608 {
- self.instance().notify("cc608");
+ self.obj().notify("cc608");
}
if notify_cc708 {
- self.instance().notify("cc708");
+ self.obj().notify("cc708");
}
Ok(())