mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
fallbacksrc: update-uri is not an action signal
This commit is contained in:
parent
d38a84ab79
commit
36b346e733
1 changed files with 0 additions and 1 deletions
|
@ -608,7 +608,6 @@ impl ObjectImpl for FallbackSrc {
|
|||
&[String::static_type().into()],
|
||||
String::static_type().into(),
|
||||
)
|
||||
.action()
|
||||
.class_handler(|_token, args| {
|
||||
// Simply return the input by default
|
||||
Some(args[1].clone())
|
||||
|
|
Loading…
Reference in a new issue