mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
webrtcsink: don't return value from error closure
the signal doesn't expect a return value, which meant we were panicking as soon as the signaller tried to report an error. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1167>
This commit is contained in:
parent
58c8c0edc7
commit
3368f55a88
1 changed files with 0 additions and 1 deletions
|
@ -1415,7 +1415,6 @@ impl WebRTCSink {
|
||||||
gst::StreamError::Failed,
|
gst::StreamError::Failed,
|
||||||
["Signalling error: {}", error]
|
["Signalling error: {}", error]
|
||||||
);
|
);
|
||||||
false
|
|
||||||
})
|
})
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue