mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-09-03 02:03:48 +00:00
whipclient: emit shutdown after DELETE request
A shutdown signal to the base object i.e. webrtcsink will make sure the client is closed gracefully, especially when the ICE connection with the WHIP server peer is lost in an unexpected way Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2358>
This commit is contained in:
parent
93cd202578
commit
e7790cb997
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ impl WhipClient {
|
|||
}
|
||||
},
|
||||
};
|
||||
self.obj().emit_by_name::<()>("shutdown", &[])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue