We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not yet clear to me which endianness they use.
The text was updated successfully, but these errors were encountered:
The list is here: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/blob/f886766a6bdd8abd4145ab8016e3190748b9fcc2/gst-libs/gst/video/video-format.c#L6570
The formats in general lay out the components in big-endian order. Except for some formats guarded by #ifdefs such as RGB16.
#ifdef
RGB16
The docs go into great detail but still omit this information: https://gstreamer.freedesktop.org/documentation/additional/design/mediatype-video-raw.html?gi-language=c#formats
Sorry, something went wrong.
No branches or pull requests
Not yet clear to me which endianness they use.
The text was updated successfully, but these errors were encountered: