mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 11:01:10 +00:00
gstreamer/ControlSource: fix explicit getter rename
This commit is contained in:
parent
c77d3bf0ee
commit
7b0a3487c8
1 changed files with 1 additions and 1 deletions
|
@ -1813,7 +1813,7 @@ manual_traits = ["ControlSourceExtManual"]
|
|||
generate_builder = true
|
||||
[[object.function]]
|
||||
name = "control_source_get_value"
|
||||
rename = "get_value"
|
||||
rename = "value"
|
||||
[[object.function]]
|
||||
name = "control_source_get_value_array"
|
||||
manual = true
|
||||
|
|
Loading…
Reference in a new issue