gstreamer: Mark various enums as exhaustive
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
77+ 190
− 481
Files with large changes are collapsed by default.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
This reduces their size to 4 bytes instead of 5 bytes, and as such makes
it possible to store them in a register on 32 bit platforms too.
Additionally it makes it possible for enums like
Result<FlowSuccess, FlowReturn>
to be stored in a single register on
64 bit platforms.
Also the conversions between the C and Rust type is a simple copy of the value now instead of a mapping.
For a faster browsing experience, some files are collapsed by default.
Files with large changes are collapsed by default.