Adapt to glib::Continue changing it's module

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1294>
This commit is contained in:
Bilal Elmoussaoui 2023-07-06 22:22:43 +02:00
parent 2fe62d3107
commit 19cf78d85f
2 changed files with 4 additions and 2 deletions

View file

@ -5,8 +5,9 @@ use std::mem::transmute;
use glib::{
ffi::{gboolean, gpointer},
prelude::*,
source::{ControlFlow, Priority},
source::Priority,
translate::*,
ControlFlow,
};
use crate::RTSPSessionPool;

View file

@ -13,8 +13,9 @@ use futures_util::{stream::FusedStream, StreamExt};
use glib::{
ffi::{gboolean, gpointer},
prelude::*,
source::{ControlFlow, Priority},
source::Priority,
translate::*,
ControlFlow,
};
use crate::{Bus, BusSyncReply, Message, MessageType};