mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-22 07:36:20 +00:00
raptorqdec: Stop using deprecated API
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2007>
This commit is contained in:
parent
230afc11ea
commit
feb1f45836
1 changed files with 1 additions and 1 deletions
|
@ -822,7 +822,7 @@ impl ElementImpl for RaptorqDec {
|
|||
}
|
||||
|
||||
let sinkpad_fec = gst::Pad::builder_from_template(templ)
|
||||
.maybe_name(name)
|
||||
.name_if_some(name)
|
||||
.chain_function(|pad, parent, buffer| {
|
||||
Self::catch_panic_pad_function(
|
||||
parent,
|
||||
|
|
Loading…
Reference in a new issue