Add gstreamer-controller
supersedes !551 (closed) I have addressed some of the issues you mentioned on !551 (closed) such as:
- removed
gstreamer/src/auto/timed_value.rs
- added GObject.Value to the manual section in Gir_Gst.toml. to auto generate
gstreamer/src/auto/control_binding.rs
- updated
build.rs
to match other components Remaining: - edits on
gstreamer-controller/src/auto/control_point.rs
i did not address as the file was re-generated, should i do them?
Hm these two functions should be renamed to not include the
control_source
prefix. You can do so by using therename
configuration in theGir_Gst.toml
.
this refers to renaming control_source
functions on gstreamer/src/auto/control_source.rs
how can I do that?
thanks!