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
diff options
context:
space:
mode:
Diffstat (limited to 'generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs')
-rw-r--r--generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs b/generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs
index c3bfb4a02..079f74e68 100644
--- a/generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs
+++ b/generic/threadshare/examples/standalone/sink/sync_mutex/mod.rs
@@ -11,7 +11,7 @@ pub fn register(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
gst::Element::register(
Some(plugin),
super::SYNC_MUTEX_ELEMENT_NAME,
- gst::Rank::None,
+ gst::Rank::NONE,
DirectSink::static_type(),
)
}