mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-24 20:41:00 +00:00
webrtcsink: improve debut message when start session failed
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1853>
This commit is contained in:
parent
785209cc7f
commit
3d257b4819
1 changed files with 1 additions and 1 deletions
|
@ -2420,7 +2420,7 @@ impl BaseWebRTCSink {
|
|||
false,
|
||||
glib::closure!(#[watch] instance, move |_signaler: glib::Object, session_id: &str, peer_id: &str, offer: Option<&gst_webrtc::WebRTCSessionDescription>|{
|
||||
if let Err(err) = instance.imp().start_session(session_id, peer_id, offer) {
|
||||
gst::warning!(CAT, obj = instance, "{}", err);
|
||||
gst::warning!(CAT, obj = instance, "{:?}", err);
|
||||
}
|
||||
}),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue