Doug Nazar
Doug Nazar
Here's an initial **clang-format** style file. It uses the Google Style (found in the Coding Standards wiki) as the base but I increased the column width to 160 based on...
A few fixes I came across and some codeql cleanups.
addr2line wants the offset into the object, not the current location in memory and it will only work with the specified object. Mention that you might need a debug package...
Provides a default package name and export list of plugins. This allows easy testing with a gstreamer devenv build.
Handling *accept-caps* improves pipeline caps negotiation and seems to be required for gap-less playback in Gstreamer 1.24. `gst_video_decoder_set_needs_format()` just formalizes and ensures `handle_frame()` isn't called before `set_format()`. This ensures the...
Add support for using char8_t, char16_t, wchar_t, u8string, u16string & wstring when available. wchar_t & wstring support are only available on platforms with a 2 byte wchar_t. Usable to create...