mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
gtk4: Update for glib::Priority
API changes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1132>
This commit is contained in:
parent
e757212741
commit
f7c8940ff2
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ impl PaintableSink {
|
|||
gst::debug!(CAT, imp: self, "Initializing paintable");
|
||||
|
||||
// The channel for the SinkEvents
|
||||
let (sender, receiver) = glib::MainContext::channel(glib::PRIORITY_DEFAULT);
|
||||
let (sender, receiver) = glib::MainContext::channel(glib::Priority::DEFAULT);
|
||||
let self_ = self.to_owned();
|
||||
|
||||
let paintable = utils::invoke_on_main_thread(move || {
|
||||
|
|
Loading…
Reference in a new issue