Thibault Saunier
Thibault Saunier
> If you have some time, can you try porting something like https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/tree/main/tutorial/src/sinesrc ? :) In my experience GStreamer is usually a good stress-test for any such things. @sdroege I...
Any way we get a release for that one? It is a deal breaker to me.
> @harry-cpp Do you know what the "c" abi code are for, in the gstreamer-sharp project. Is that even necessary ? This is used to ensure that generated ABI is...
> meta="a-structure, display-name=${dname}" is what I came up with, is that the simplest way? Yes this is the right way to do it. > So, an example would be helpful...
@colemickens btw PR is welcome to add the example in the readme as suggested here :-)
> metadata is already a String (you might just misread it?), and the debug :? is just there to get \" around the (String) metadata, as meta=\"{metadata}\". I agree that...
I think the way to make it nicer would be to have the `max-bitrate` take FEC into account all the time and then set the encoder bitrate / fec porcentage...
> > I think the way to make it nicer would be to have the `max-bitrate` take FEC into account all the time and then set the encoder bitrate /...
I have used `try_set_property` in the case I use properties that were added in a specific version. I could check either the version or if the prop exists before setting...
Great to see you are currently working on that, and I rather prefer that you actually refactored the whole thing as it was well needed :) My major concern is:...