Thibault Saunier
Thibault Saunier
The current API, where creating the Remine object and authenticate at the same time can result in the user not knowing if identication worked or not, and the Redmine objects...
Giving the responsibility to handle the video source to the user. This allows scanning QRCodes on WebRTC streams for example. This also ensures that we do not try to control...
Would you be willing to move that to [gst-docs](https://gitlab.freedesktop.org/gstreamer/gst-docs/)? I would be happy to review and merge it :-)
This reverts commit a8dc21319bf6edaba19b2046ffd60c80fd91a2d7. Linking flags should be provided by the system-deps crate. Specifying linking with the attribute creates issue when statically linking system dependencies.
**Describe the bug** I am using toolbox on silverblue 34 all day to do development inside vscode using [toolbox-vscode](https://github.com/owtaylor/toolbox-vscode/) and the container silently stops and I have to reload the...
Otherwise the ABI is not properly respected as for some reason, mem::size_of::() returns 1 on a 64bits system. In the case of GstVideoDecoder(Class), the ABI mistmatch because of the last...
Replace hardcoded library names with pkg-config detection for better compatibility across Linux distributions and allowing to use libraries that were built and installed in non default directories. We still default...
Just an example: ``` ➜ cargo cbuild --version cargo-c 0.10.16+cargo-0.91.0 # First build, including the tests gst-plugins-rs/video/gif $ cargo cbuild --tests Compiling winnow v0.7.13 Compiling hashbrown v0.15.5 Compiling equivalent v1.0.2...